Html Css Color HEX #458AEF Cornflower Blue

📋 copy color: '#458AEF'

red 69 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #458AEF

Tints of Cornflower Blue #458AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 15.47%
G = 30.94%
B = 53.59%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#458AEF (or 0x458AEF) is known color: Cornflower Blue. HEX triplet: 45, 8A and EF. RGB value is (69,138,239). Sum of RGB (Red+Green+Blue) = 69+138+239=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #458AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AEF is #BA7510. Grayscale: #808080. Windows color (decimal): -12219665 or 15698501. OLE color: 15698501.

HSL color Cylindrical-coordinate representation of color #458AEF: hue angle of 215.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458AEF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 138 239 -
CMYK 0.71 0.42 0 0.06
HSL 215.65º 0.84% 0.6% -
HSV(B) 215.65º 0.71% 0.94% -
XYZ 27.12 25.67 85.19 -
YUV 128.88 190.14 85.29 -
System Red Green Blue C M Y K H S L
Decimal 69 138 239 0.71 0.42 0 0.06 215.65 0.84 0.6
Hex 45 8A EF 47 2A 0 6 D8 54 3C
Octal 105 212 357 107 52 0 6 330 124 74
Binary 1000101 10001010 11101111 1000111 101010 0 110 11011000 1010100 111100

Color Harmonies of #458AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AEF

Black with #458AEF

Text Example


Text Example

White with #458AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,138,239); }

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

background-color css

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

 a { background-color: rgb(69,138,239); }

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

border-color css

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

 span { border-color: rgb(69,138,239); }

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