Html Css Color HEX #458EEB Cornflower Blue

📋 copy color: '#458EEB'

red 69 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #458EEB

Tints of Cornflower Blue #458EEB

RGB

 RED value IS 69 (27.34% from 255) = 15.47%

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

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

R = 15.47%
G = 31.84%
B = 52.69%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#458EEB (or 0x458EEB) is known color: Cornflower Blue. HEX triplet: 45, 8E and EB. RGB value is (69,142,235). Sum of RGB (Red+Green+Blue) = 69+142+235=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #458EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EEB is #BA7114. Grayscale: #828282. Windows color (decimal): -12218645 or 15437381. OLE color: 15437381.

HSL color Cylindrical-coordinate representation of color #458EEB: hue angle of 213.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458EEB is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 142 235 -
CMYK 0.71 0.40 0 0.08
HSL 213.61º 0.81% 0.6% -
HSV(B) 213.61º 0.71% 0.92% -
XYZ 27.12 26.61 82.3 -
YUV 130.78 186.82 83.94 -
System Red Green Blue C M Y K H S L
Decimal 69 142 235 0.71 0.40 0 0.08 213.61 0.81 0.6
Hex 45 8E EB 47 28 0 8 D6 51 3C
Octal 105 216 353 107 50 0 10 326 121 74
Binary 1000101 10001110 11101011 1000111 101000 0 1000 11010110 1010001 111100

Color Harmonies of #458EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EEB

Black with #458EEB

Text Example


Text Example

White with #458EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458EEB; }

 p { color: rgb(69,142,235); }

 H1.HeaderClassName
 {
   color: #458EEB;
 }
 .AnyTagClassName
 {
   color: #458EEB;
 }
</style>

background-color css

<style>
 a { background-color: #458EEB; }

 a { background-color: rgb(69,142,235); }

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

border-color css

<style>
 span { border-color: #458EEB; }

 span { border-color: rgb(69,142,235); }

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