Html Css Color HEX #2F48CF Cerulean Blue

📋 copy color: '#2F48CF'

red 47 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #2F48CF

Tints of Cerulean Blue #2F48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 14.42%
G = 22.09%
B = 63.5%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F48CF (or 0x2F48CF) is known color: Cerulean Blue. HEX triplet: 2F, 48 and CF. RGB value is (47,72,207). Sum of RGB (Red+Green+Blue) = 47+72+207=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F48CF is #D0B730. Grayscale: #4F4F4F. Windows color (decimal): -13678385 or 13584431. OLE color: 13584431.

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

Color convert

RGB 47 72 207 -
CMYK 0.77 0.65 0 0.19
HSL 230.63º 0.63% 0.5% -
HSV(B) 230.63º 0.77% 0.81% -
XYZ 14.75 9.74 60.13 -
YUV 79.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 47 72 207 0.77 0.65 0 0.19 230.63 0.63 0.5
Hex 2F 48 CF 4D 41 0 13 E7 3F 32
Octal 57 110 317 115 101 0 23 347 77 62
Binary 101111 1001000 11001111 1001101 1000001 0 10011 11100111 111111 110010

Color Harmonies of #2F48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F48CF

Black with #2F48CF

Text Example


Text Example

White with #2F48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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