Html Css Color HEX #458AFE Cornflower Blue

📋 copy color: '#458AFE'

red 69 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #458AFE

Tints of Cornflower Blue #458AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 14.97%
G = 29.93%
B = 55.1%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#458AFE (or 0x458AFE) is known color: Cornflower Blue. HEX triplet: 45, 8A and FE. RGB value is (69,138,254). Sum of RGB (Red+Green+Blue) = 69+138+254=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #458AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFE is #BA7501. Grayscale: #828282. Windows color (decimal): -12219650 or 16681541. OLE color: 16681541.

HSL color Cylindrical-coordinate representation of color #458AFE: hue angle of 217.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458AFE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 69 138 254 -
CMYK 0.73 0.46 0 0.00
HSL 217.62º 0.99% 0.63% -
HSV(B) 217.62º 0.73% 1% -
XYZ 29.43 26.6 97.35 -
YUV 130.59 197.64 84.07 -
System Red Green Blue C M Y K H S L
Decimal 69 138 254 0.73 0.46 0 0.00 217.62 0.99 0.63
Hex 45 8A FE 49 2E 0 0 DA 63 3F
Octal 105 212 376 111 56 0 0 332 143 77
Binary 1000101 10001010 11111110 1001001 101110 0 0 11011010 1100011 111111

Color Harmonies of #458AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AFE

Black with #458AFE

Text Example


Text Example

White with #458AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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