Html Css Color HEX #458DFD Cornflower Blue

📋 copy color: '#458DFD'

red 69 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #458DFD

Tints of Cornflower Blue #458DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 14.9%
G = 30.45%
B = 54.64%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#458DFD (or 0x458DFD) is known color: Cornflower Blue. HEX triplet: 45, 8D and FD. RGB value is (69,141,253). Sum of RGB (Red+Green+Blue) = 69+141+253=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #458DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFD is #BA7202. Grayscale: #838383. Windows color (decimal): -12218883 or 16616773. OLE color: 16616773.

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

Color convert

RGB 69 141 253 -
CMYK 0.73 0.44 0 0.01
HSL 216.52º 0.98% 0.63% -
HSV(B) 216.52º 0.73% 0.99% -
XYZ 29.71 27.41 96.65 -
YUV 132.24 196.15 82.89 -
System Red Green Blue C M Y K H S L
Decimal 69 141 253 0.73 0.44 0 0.01 216.52 0.98 0.63
Hex 45 8D FD 49 2C 0 1 D9 62 3F
Octal 105 215 375 111 54 0 1 331 142 77
Binary 1000101 10001101 11111101 1001001 101100 0 1 11011001 1100010 111111

Color Harmonies of #458DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DFD

Black with #458DFD

Text Example


Text Example

White with #458DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,141,253); }

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

background-color css

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

 a { background-color: rgb(69,141,253); }

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

border-color css

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

 span { border-color: rgb(69,141,253); }

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