Html Css Color HEX #459CFF Cornflower Blue

📋 copy color: '#459CFF'

red 69 ◦ green 156 ◦ blue 255

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

Shades of Cornflower Blue #459CFF

Tints of Cornflower Blue #459CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 14.38%
G = 32.5%
B = 53.13%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#459CFF (or 0x459CFF) is known color: Cornflower Blue. HEX triplet: 45, 9C and FF. RGB value is (69,156,255). Sum of RGB (Red+Green+Blue) = 69+156+255=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #459CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459CFF is #BA6300. Grayscale: #8C8C8C. Windows color (decimal): -12215041 or 16751685. OLE color: 16751685.

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

Color convert

RGB 69 156 255 -
CMYK 0.73 0.39 0 0
HSL 211.94º 1% 0.64% -
HSV(B) 211.94º 0.73% 1% -
XYZ 32.39 32.26 99.13 -
YUV 141.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 69 156 255 0.73 0.39 0 0 211.94 1 0.64
Hex 45 9C FF 49 27 0 0 D4 64 40
Octal 105 234 377 111 47 0 0 324 144 100
Binary 1000101 10011100 11111111 1001001 100111 0 0 11010100 1100100 1000000

Color Harmonies of #459CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CFF

Black with #459CFF

Text Example


Text Example

White with #459CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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