Html Css Color HEX #428FB9 Curious Blue

📋 copy color: '#428FB9'

red 66 ◦ green 143 ◦ blue 185

#428FB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #428FB9

Tints of Curious Blue #428FB9

RGB

 RED value IS 66 (26.17% from 255) = 16.75%

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 16.75%
G = 36.29%
B = 46.95%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#428FB9 (or 0x428FB9) is known color: Curious Blue. HEX triplet: 42, 8F and B9. RGB value is (66,143,185). Sum of RGB (Red+Green+Blue) = 66+143+185=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #428FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FB9 is #BD7046. Grayscale: #7C7C7C. Windows color (decimal): -12415047 or 12160834. OLE color: 12160834.

HSL color Cylindrical-coordinate representation of color #428FB9: hue angle of 201.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428FB9 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 143 185 -
CMYK 0.64 0.23 0 0.27
HSL 201.18º 0.47% 0.49% -
HSV(B) 201.18º 0.64% 0.73% -
XYZ 20.83 24.31 49.49 -
YUV 124.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 66 143 185 0.64 0.23 0 0.27 201.18 0.47 0.49
Hex 42 8F B9 40 17 0 1B C9 2F 31
Octal 102 217 271 100 27 0 33 311 57 61
Binary 1000010 10001111 10111001 1000000 10111 0 11011 11001001 101111 110001

Color Harmonies of #428FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FB9

Black with #428FB9

Text Example


Text Example

White with #428FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428FB9; }

 p { color: rgb(66,143,185); }

 H1.HeaderClassName
 {
   color: #428FB9;
 }
 .AnyTagClassName
 {
   color: #428FB9;
 }
</style>

background-color css

<style>
 a { background-color: #428FB9; }

 a { background-color: rgb(66,143,185); }

 div.DivClassName
 {
   background-color: #428FB9;
 }
 .BgClassName
 {
   background-color: #428FB9;
 }
</style>

border-color css

<style>
 span { border-color: #428FB9; }

 span { border-color: rgb(66,143,185); }

 td.TdClassName
 {
   border-color: #428FB9;
 }
 .TagClassName
 {
   border-color: #428FB9;
 }
</style>