Html Css Color HEX #458BFD Cornflower Blue

📋 copy color: '#458BFD'

red 69 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #458BFD

Tints of Cornflower Blue #458BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

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

R = 14.97%
G = 30.15%
B = 54.88%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#458BFD (or 0x458BFD) is known color: Cornflower Blue. HEX triplet: 45, 8B and FD. RGB value is (69,139,253). Sum of RGB (Red+Green+Blue) = 69+139+253=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #458BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BFD is #BA7402. Grayscale: #828282. Windows color (decimal): -12219395 or 16616261. OLE color: 16616261.

HSL color Cylindrical-coordinate representation of color #458BFD: hue angle of 217.17º 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 #458BFD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 139 253 -
CMYK 0.73 0.45 0 0.01
HSL 217.17º 0.98% 0.63% -
HSV(B) 217.17º 0.73% 0.99% -
XYZ 29.42 26.82 96.56 -
YUV 131.07 196.81 83.73 -
System Red Green Blue C M Y K H S L
Decimal 69 139 253 0.73 0.45 0 0.01 217.17 0.98 0.63
Hex 45 8B FD 49 2D 0 1 D9 62 3F
Octal 105 213 375 111 55 0 1 331 142 77
Binary 1000101 10001011 11111101 1001001 101101 0 1 11011001 1100010 111111

Color Harmonies of #458BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BFD

Black with #458BFD

Text Example


Text Example

White with #458BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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