Html Css Color HEX #458FE4 Cornflower Blue

📋 copy color: '#458FE4'

red 69 ◦ green 143 ◦ blue 228

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

Shades of Cornflower Blue #458FE4

Tints of Cornflower Blue #458FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.82%

R = 15.68%
G = 32.5%
B = 51.82%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#458FE4 (or 0x458FE4) is known color: Cornflower Blue. HEX triplet: 45, 8F and E4. RGB value is (69,143,228). Sum of RGB (Red+Green+Blue) = 69+143+228=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #458FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FE4 is #BA701B. Grayscale: #828282. Windows color (decimal): -12218396 or 14978885. OLE color: 14978885.

HSL color Cylindrical-coordinate representation of color #458FE4: hue angle of 212.08º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458FE4 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 143 228 -
CMYK 0.70 0.37 0 0.11
HSL 212.08º 0.75% 0.58% -
HSV(B) 212.08º 0.7% 0.89% -
XYZ 26.28 26.51 77.13 -
YUV 130.56 182.98 84.09 -
System Red Green Blue C M Y K H S L
Decimal 69 143 228 0.70 0.37 0 0.11 212.08 0.75 0.58
Hex 45 8F E4 46 25 0 B D4 4B 3A
Octal 105 217 344 106 45 0 13 324 113 72
Binary 1000101 10001111 11100100 1000110 100101 0 1011 11010100 1001011 111010

Color Harmonies of #458FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458FE4

Black with #458FE4

Text Example


Text Example

White with #458FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,143,228); }

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

background-color css

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

 a { background-color: rgb(69,143,228); }

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

border-color css

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

 span { border-color: rgb(69,143,228); }

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