Html Css Color HEX #2F60CF Cerulean Blue

📋 copy color: '#2F60CF'

red 47 ◦ green 96 ◦ blue 207

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

Shades of Cerulean Blue #2F60CF

Tints of Cerulean Blue #2F60CF

RGB

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

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

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

R = 13.43%
G = 27.43%
B = 59.14%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F60CF (or 0x2F60CF) is known color: Cerulean Blue. HEX triplet: 2F, 60 and CF. RGB value is (47,96,207). Sum of RGB (Red+Green+Blue) = 47+96+207=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F60CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F60CF is #D09F30. Grayscale: #5D5D5D. Windows color (decimal): -13672241 or 13590575. OLE color: 13590575.

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

Color convert

RGB 47 96 207 -
CMYK 0.77 0.54 0 0.19
HSL 221.63º 0.63% 0.5% -
HSV(B) 221.63º 0.77% 0.81% -
XYZ 16.62 13.48 60.76 -
YUV 94 191.77 94.47 -
System Red Green Blue C M Y K H S L
Decimal 47 96 207 0.77 0.54 0 0.19 221.63 0.63 0.5
Hex 2F 60 CF 4D 36 0 13 DE 3F 32
Octal 57 140 317 115 66 0 23 336 77 62
Binary 101111 1100000 11001111 1001101 110110 0 10011 11011110 111111 110010

Color Harmonies of #2F60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F60CF

Black with #2F60CF

Text Example


Text Example

White with #2F60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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