Html Css Color HEX #428FBF Curious Blue

📋 copy color: '#428FBF'

red 66 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #428FBF

Tints of Curious Blue #428FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 16.5%
G = 35.75%
B = 47.75%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428FBF (or 0x428FBF) is known color: Curious Blue. HEX triplet: 42, 8F and BF. RGB value is (66,143,191). Sum of RGB (Red+Green+Blue) = 66+143+191=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #428FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FBF is #BD7040. Grayscale: #7D7D7D. Windows color (decimal): -12415041 or 12554050. OLE color: 12554050.

HSL color Cylindrical-coordinate representation of color #428FBF: hue angle of 203.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428FBF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 143 191 -
CMYK 0.65 0.25 0 0.25
HSL 203.04º 0.49% 0.5% -
HSV(B) 203.04º 0.65% 0.75% -
XYZ 21.47 24.56 52.9 -
YUV 125.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 66 143 191 0.65 0.25 0 0.25 203.04 0.49 0.5
Hex 42 8F BF 41 19 0 19 CB 31 32
Octal 102 217 277 101 31 0 31 313 61 62
Binary 1000010 10001111 10111111 1000001 11001 0 11001 11001011 110001 110010

Color Harmonies of #428FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FBF

Black with #428FBF

Text Example


Text Example

White with #428FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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