Html Css Color HEX #60A0FD Cornflower Blue

📋 copy color: '#60A0FD'

red 96 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #60A0FD

Tints of Cornflower Blue #60A0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.43%

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

R = 18.86%
G = 31.43%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60A0FD (or 0x60A0FD) is known color: Cornflower Blue. HEX triplet: 60, A0 and FD. RGB value is (96,160,253). Sum of RGB (Red+Green+Blue) = 96+160+253=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #60A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A0FD is #9F5F02. Grayscale: #979797. Windows color (decimal): -10444547 or 16621664. OLE color: 16621664.

HSL color Cylindrical-coordinate representation of color #60A0FD: hue angle of 215.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A0FD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 160 253 -
CMYK 0.62 0.37 0 0.01
HSL 215.54º 0.98% 0.68% -
HSV(B) 215.54º 0.62% 0.99% -
XYZ 35.12 34.72 97.78 -
YUV 151.47 185.3 88.44 -
System Red Green Blue C M Y K H S L
Decimal 96 160 253 0.62 0.37 0 0.01 215.54 0.98 0.68
Hex 60 A0 FD 3E 25 0 1 D8 62 44
Octal 140 240 375 76 45 0 1 330 142 104
Binary 1100000 10100000 11111101 111110 100101 0 1 11011000 1100010 1000100

Color Harmonies of #60A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A0FD

Black with #60A0FD

Text Example


Text Example

White with #60A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,160,253); }

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

background-color css

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

 a { background-color: rgb(96,160,253); }

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

border-color css

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

 span { border-color: rgb(96,160,253); }

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