Html Css Color HEX #60A2F0 Cornflower Blue

📋 copy color: '#60A2F0'

red 96 ◦ green 162 ◦ blue 240

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

Shades of Cornflower Blue #60A2F0

Tints of Cornflower Blue #60A2F0

RGB

 RED value IS 96 (37.89% from 255) = 19.28%

 GREEN value IS 162 (63.67% from 255) = 32.53%

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 19.28%
G = 32.53%
B = 48.19%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60A2F0 (or 0x60A2F0) is known color: Cornflower Blue. HEX triplet: 60, A2 and F0. RGB value is (96,162,240). Sum of RGB (Red+Green+Blue) = 96+162+240=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #60A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A2F0 is #9F5D0F. Grayscale: #969696. Windows color (decimal): -10444048 or 15770208. OLE color: 15770208.

HSL color Cylindrical-coordinate representation of color #60A2F0: hue angle of 212.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60A2F0 is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 162 240 -
CMYK 0.6 0.32 0 0.06
HSL 212.5º 0.83% 0.66% -
HSV(B) 212.5º 0.6% 0.94% -
XYZ 33.47 34.62 87.36 -
YUV 151.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 96 162 240 0.6 0.32 0 0.06 212.5 0.83 0.66
Hex 60 A2 F0 3C 20 0 6 D4 53 42
Octal 140 242 360 74 40 0 6 324 123 102
Binary 1100000 10100010 11110000 111100 100000 0 110 11010100 1010011 1000010

Color Harmonies of #60A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A2F0

Black with #60A2F0

Text Example


Text Example

White with #60A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A2F0; }

 p { color: rgb(96,162,240); }

 H1.HeaderClassName
 {
   color: #60A2F0;
 }
 .AnyTagClassName
 {
   color: #60A2F0;
 }
</style>

background-color css

<style>
 a { background-color: #60A2F0; }

 a { background-color: rgb(96,162,240); }

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

border-color css

<style>
 span { border-color: #60A2F0; }

 span { border-color: rgb(96,162,240); }

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