Html Css Color HEX #428ECF Curious Blue

📋 copy color: '#428ECF'

red 66 ◦ green 142 ◦ blue 207

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

Shades of Curious Blue #428ECF

Tints of Curious Blue #428ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 15.9%
G = 34.22%
B = 49.88%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#428ECF (or 0x428ECF) is known color: Curious Blue. HEX triplet: 42, 8E and CF. RGB value is (66,142,207). Sum of RGB (Red+Green+Blue) = 66+142+207=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #428ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ECF is #BD7130. Grayscale: #7E7E7E. Windows color (decimal): -12415281 or 13602370. OLE color: 13602370.

HSL color Cylindrical-coordinate representation of color #428ECF: hue angle of 207.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428ECF is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 142 207 -
CMYK 0.68 0.31 0 0.19
HSL 207.66º 0.59% 0.54% -
HSV(B) 207.66º 0.68% 0.81% -
XYZ 23.18 25.01 62.64 -
YUV 126.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 66 142 207 0.68 0.31 0 0.19 207.66 0.59 0.54
Hex 42 8E CF 44 1F 0 13 D0 3B 36
Octal 102 216 317 104 37 0 23 320 73 66
Binary 1000010 10001110 11001111 1000100 11111 0 10011 11010000 111011 110110

Color Harmonies of #428ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428ECF

Black with #428ECF

Text Example


Text Example

White with #428ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,142,207); }

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

background-color css

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

 a { background-color: rgb(66,142,207); }

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

border-color css

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

 span { border-color: rgb(66,142,207); }

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