Html Css Color HEX #2F53CF Cerulean Blue

📋 copy color: '#2F53CF'

red 47 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #2F53CF

Tints of Cerulean Blue #2F53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 13.95%
G = 24.63%
B = 61.42%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F53CF (or 0x2F53CF) is known color: Cerulean Blue. HEX triplet: 2F, 53 and CF. RGB value is (47,83,207). Sum of RGB (Red+Green+Blue) = 47+83+207=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F53CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F53CF is #D0AC30. Grayscale: #555555. Windows color (decimal): -13675569 or 13587247. OLE color: 13587247.

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

Color convert

RGB 47 83 207 -
CMYK 0.77 0.60 0 0.19
HSL 226.5º 0.63% 0.5% -
HSV(B) 226.5º 0.77% 0.81% -
XYZ 15.53 11.3 60.39 -
YUV 86.37 196.07 99.92 -
System Red Green Blue C M Y K H S L
Decimal 47 83 207 0.77 0.60 0 0.19 226.5 0.63 0.5
Hex 2F 53 CF 4D 3C 0 13 E2 3F 32
Octal 57 123 317 115 74 0 23 342 77 62
Binary 101111 1010011 11001111 1001101 111100 0 10011 11100010 111111 110010

Color Harmonies of #2F53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F53CF

Black with #2F53CF

Text Example


Text Example

White with #2F53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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