Html Css Color HEX #458BFF Cornflower Blue

📋 copy color: '#458BFF'

red 69 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #458BFF

Tints of Cornflower Blue #458BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 14.9%
G = 30.02%
B = 55.08%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#458BFF (or 0x458BFF) is known color: Cornflower Blue. HEX triplet: 45, 8B and FF. RGB value is (69,139,255). Sum of RGB (Red+Green+Blue) = 69+139+255=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #458BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BFF is #BA7400. Grayscale: #828282. Windows color (decimal): -12219393 or 16747333. OLE color: 16747333.

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

Color convert

RGB 69 139 255 -
CMYK 0.73 0.45 0 0
HSL 217.42º 1% 0.64% -
HSV(B) 217.42º 0.73% 1% -
XYZ 29.74 26.95 98.24 -
YUV 131.29 197.81 83.57 -
System Red Green Blue C M Y K H S L
Decimal 69 139 255 0.73 0.45 0 0 217.42 1 0.64
Hex 45 8B FF 49 2D 0 0 D9 64 40
Octal 105 213 377 111 55 0 0 331 144 100
Binary 1000101 10001011 11111111 1001001 101101 0 0 11011001 1100100 1000000

Color Harmonies of #458BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BFF

Black with #458BFF

Text Example


Text Example

White with #458BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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