Html Css Color HEX #2460CC Cerulean Blue

📋 copy color: '#2460CC'

red 36 ◦ green 96 ◦ blue 204

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

Shades of Cerulean Blue #2460CC

Tints of Cerulean Blue #2460CC

RGB

 RED value IS 36 (14.45% from 255) = 10.71%

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 10.71%
G = 28.57%
B = 60.71%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2460CC (or 0x2460CC) is known color: Cerulean Blue. HEX triplet: 24, 60 and CC. RGB value is (36,96,204). Sum of RGB (Red+Green+Blue) = 36+96+204=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #2460CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460CC is #DB9F33. Grayscale: #595959. Windows color (decimal): -14393140 or 13393956. OLE color: 13393956.

HSL color Cylindrical-coordinate representation of color #2460CC: hue angle of 218.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2460CC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 96 204 -
CMYK 0.82 0.53 0 0.2
HSL 218.57º 0.7% 0.47% -
HSV(B) 218.57º 0.82% 0.8% -
XYZ 15.81 13.1 58.82 -
YUV 90.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 36 96 204 0.82 0.53 0 0.2 218.57 0.7 0.47
Hex 24 60 CC 52 35 0 14 DB 46 2F
Octal 44 140 314 122 65 0 24 333 106 57
Binary 100100 1100000 11001100 1010010 110101 0 10100 11011011 1000110 101111

Color Harmonies of #2460CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2460CC

Black with #2460CC

Text Example


Text Example

White with #2460CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2460CC; }

 p { color: rgb(36,96,204); }

 H1.HeaderClassName
 {
   color: #2460CC;
 }
 .AnyTagClassName
 {
   color: #2460CC;
 }
</style>

background-color css

<style>
 a { background-color: #2460CC; }

 a { background-color: rgb(36,96,204); }

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

border-color css

<style>
 span { border-color: #2460CC; }

 span { border-color: rgb(36,96,204); }

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