Html Css Color HEX #2F60CE Cerulean Blue

📋 copy color: '#2F60CE'

red 47 ◦ green 96 ◦ blue 206

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

Shades of Cerulean Blue #2F60CE

Tints of Cerulean Blue #2F60CE

RGB

 RED value IS 47 (18.75% from 255) = 13.47%

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 13.47%
G = 27.51%
B = 59.03%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F60CE (or 0x2F60CE) is known color: Cerulean Blue. HEX triplet: 2F, 60 and CE. RGB value is (47,96,206). Sum of RGB (Red+Green+Blue) = 47+96+206=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F60CE is #D09F31. Grayscale: #5D5D5D. Windows color (decimal): -13672242 or 13525039. OLE color: 13525039.

HSL color Cylindrical-coordinate representation of color #2F60CE: hue angle of 221.51º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F60CE is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 96 206 -
CMYK 0.77 0.53 0 0.19
HSL 221.51º 0.63% 0.5% -
HSV(B) 221.51º 0.77% 0.81% -
XYZ 16.5 13.43 60.11 -
YUV 93.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 47 96 206 0.77 0.53 0 0.19 221.51 0.63 0.5
Hex 2F 60 CE 4D 35 0 13 DE 3F 32
Octal 57 140 316 115 65 0 23 336 77 62
Binary 101111 1100000 11001110 1001101 110101 0 10011 11011110 111111 110010

Color Harmonies of #2F60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F60CE

Black with #2F60CE

Text Example


Text Example

White with #2F60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,206); }

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

background-color css

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

 a { background-color: rgb(47,96,206); }

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

border-color css

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

 span { border-color: rgb(47,96,206); }

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