Html Css Color HEX #459BFE Cornflower Blue

📋 copy color: '#459BFE'

red 69 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #459BFE

Tints of Cornflower Blue #459BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

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

R = 14.44%
G = 32.43%
B = 53.14%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#459BFE (or 0x459BFE) is known color: Cornflower Blue. HEX triplet: 45, 9B and FE. RGB value is (69,155,254). Sum of RGB (Red+Green+Blue) = 69+155+254=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #459BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459BFE is #BA6401. Grayscale: #8C8C8C. Windows color (decimal): -12215298 or 16685893. OLE color: 16685893.

HSL color Cylindrical-coordinate representation of color #459BFE: hue angle of 212.11º 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 #459BFE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 69 155 254 -
CMYK 0.73 0.39 0 0.00
HSL 212.11º 0.99% 0.63% -
HSV(B) 212.11º 0.73% 1% -
XYZ 32.06 31.86 98.23 -
YUV 140.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 69 155 254 0.73 0.39 0 0.00 212.11 0.99 0.63
Hex 45 9B FE 49 27 0 0 D4 63 3F
Octal 105 233 376 111 47 0 0 324 143 77
Binary 1000101 10011011 11111110 1001001 100111 0 0 11010100 1100011 111111

Color Harmonies of #459BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BFE

Black with #459BFE

Text Example


Text Example

White with #459BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459BFE; }

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

 H1.HeaderClassName
 {
   color: #459BFE;
 }
 .AnyTagClassName
 {
   color: #459BFE;
 }
</style>

background-color css

<style>
 a { background-color: #459BFE; }

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

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

border-color css

<style>
 span { border-color: #459BFE; }

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

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