Html Css Color HEX #428BEB Cornflower Blue

📋 copy color: '#428BEB'

red 66 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #428BEB

Tints of Cornflower Blue #428BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 15%
G = 31.59%
B = 53.41%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#428BEB (or 0x428BEB) is known color: Cornflower Blue. HEX triplet: 42, 8B and EB. RGB value is (66,139,235). Sum of RGB (Red+Green+Blue) = 66+139+235=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #428BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BEB is #BD7414. Grayscale: #7F7F7F. Windows color (decimal): -12416021 or 15436610. OLE color: 15436610.

HSL color Cylindrical-coordinate representation of color #428BEB: hue angle of 214.08º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428BEB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 139 235 -
CMYK 0.72 0.41 0 0.08
HSL 214.08º 0.81% 0.59% -
HSV(B) 214.08º 0.72% 0.92% -
XYZ 26.47 25.62 82.15 -
YUV 128.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 66 139 235 0.72 0.41 0 0.08 214.08 0.81 0.59
Hex 42 8B EB 48 29 0 8 D6 51 3B
Octal 102 213 353 110 51 0 10 326 121 73
Binary 1000010 10001011 11101011 1001000 101001 0 1000 11010110 1010001 111011

Color Harmonies of #428BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BEB

Black with #428BEB

Text Example


Text Example

White with #428BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,139,235); }

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

background-color css

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

 a { background-color: rgb(66,139,235); }

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

border-color css

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

 span { border-color: rgb(66,139,235); }

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