Html Css Color HEX #2F61CE Cerulean Blue

📋 copy color: '#2F61CE'

red 47 ◦ green 97 ◦ blue 206

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

Shades of Cerulean Blue #2F61CE

Tints of Cerulean Blue #2F61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 13.43%
G = 27.71%
B = 58.86%

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

#2F61CE (or 0x2F61CE) is known color: Cerulean Blue. HEX triplet: 2F, 61 and CE. RGB value is (47,97,206). Sum of RGB (Red+Green+Blue) = 47+97+206=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F61CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F61CE is #D09E31. Grayscale: #5D5D5D. Windows color (decimal): -13671986 or 13525295. OLE color: 13525295.

HSL color Cylindrical-coordinate representation of color #2F61CE: hue angle of 221.13º 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 #2F61CE is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 97 206 -
CMYK 0.77 0.53 0 0.19
HSL 221.13º 0.63% 0.5% -
HSV(B) 221.13º 0.77% 0.81% -
XYZ 16.59 13.61 60.15 -
YUV 94.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 47 97 206 0.77 0.53 0 0.19 221.13 0.63 0.5
Hex 2F 61 CE 4D 35 0 13 DD 3F 32
Octal 57 141 316 115 65 0 23 335 77 62
Binary 101111 1100001 11001110 1001101 110101 0 10011 11011101 111111 110010

Color Harmonies of #2F61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F61CE

Black with #2F61CE

Text Example


Text Example

White with #2F61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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