Html Css Color HEX #2A60CF Cerulean Blue

📋 copy color: '#2A60CF'

red 42 ◦ green 96 ◦ blue 207

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

Shades of Cerulean Blue #2A60CF

Tints of Cerulean Blue #2A60CF

RGB

 RED value IS 42 (16.8% from 255) = 12.17%

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

 BLUE value IS 207 (81.25% from 255) = 60%

R = 12.17%
G = 27.83%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A60CF (or 0x2A60CF) is known color: Cerulean Blue. HEX triplet: 2A, 60 and CF. RGB value is (42,96,207). Sum of RGB (Red+Green+Blue) = 42+96+207=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A60CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A60CF is #D59F30. Grayscale: #5C5C5C. Windows color (decimal): -13999921 or 13590570. OLE color: 13590570.

HSL color Cylindrical-coordinate representation of color #2A60CF: hue angle of 220.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A60CF is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 96 207 -
CMYK 0.80 0.54 0 0.19
HSL 220.36º 0.66% 0.49% -
HSV(B) 220.36º 0.8% 0.81% -
XYZ 16.4 13.36 60.75 -
YUV 92.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 42 96 207 0.80 0.54 0 0.19 220.36 0.66 0.49
Hex 2A 60 CF 50 36 0 13 DC 42 31
Octal 52 140 317 120 66 0 23 334 102 61
Binary 101010 1100000 11001111 1010000 110110 0 10011 11011100 1000010 110001

Color Harmonies of #2A60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A60CF

Black with #2A60CF

Text Example


Text Example

White with #2A60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A60CF; }

 p { color: rgb(42,96,207); }

 H1.HeaderClassName
 {
   color: #2A60CF;
 }
 .AnyTagClassName
 {
   color: #2A60CF;
 }
</style>

background-color css

<style>
 a { background-color: #2A60CF; }

 a { background-color: rgb(42,96,207); }

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

border-color css

<style>
 span { border-color: #2A60CF; }

 span { border-color: rgb(42,96,207); }

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