Html Css Color HEX #428DBF Curious Blue

📋 copy color: '#428DBF'

red 66 ◦ green 141 ◦ blue 191

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

Shades of Curious Blue #428DBF

Tints of Curious Blue #428DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

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

R = 16.58%
G = 35.43%
B = 47.99%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#428DBF (or 0x428DBF) is known color: Curious Blue. HEX triplet: 42, 8D and BF. RGB value is (66,141,191). Sum of RGB (Red+Green+Blue) = 66+141+191=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #428DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBF is #BD7240. Grayscale: #7C7C7C. Windows color (decimal): -12415553 or 12553538. OLE color: 12553538.

HSL color Cylindrical-coordinate representation of color #428DBF: hue angle of 204º 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 #428DBF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 141 191 -
CMYK 0.65 0.26 0 0.25
HSL 204º 0.49% 0.5% -
HSV(B) 204º 0.65% 0.75% -
XYZ 21.18 23.97 52.8 -
YUV 124.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 66 141 191 0.65 0.26 0 0.25 204 0.49 0.5
Hex 42 8D BF 41 1A 0 19 CC 31 32
Octal 102 215 277 101 32 0 31 314 61 62
Binary 1000010 10001101 10111111 1000001 11010 0 11001 11001100 110001 110010

Color Harmonies of #428DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DBF

Black with #428DBF

Text Example


Text Example

White with #428DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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