Html Css Color HEX #2F46CB Cerulean Blue

📋 copy color: '#2F46CB'

red 47 ◦ green 70 ◦ blue 203

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

Shades of Cerulean Blue #2F46CB

Tints of Cerulean Blue #2F46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 14.69%
G = 21.88%
B = 63.44%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F46CB (or 0x2F46CB) is known color: Cerulean Blue. HEX triplet: 2F, 46 and CB. RGB value is (47,70,203). Sum of RGB (Red+Green+Blue) = 47+70+203=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46CB is #D0B934. Grayscale: #4D4D4D. Windows color (decimal): -13678901 or 13321775. OLE color: 13321775.

HSL color Cylindrical-coordinate representation of color #2F46CB: hue angle of 231.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F46CB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 70 203 -
CMYK 0.77 0.66 0 0.20
HSL 231.15º 0.62% 0.49% -
HSV(B) 231.15º 0.77% 0.8% -
XYZ 14.14 9.3 57.55 -
YUV 78.29 198.38 105.69 -
System Red Green Blue C M Y K H S L
Decimal 47 70 203 0.77 0.66 0 0.20 231.15 0.62 0.49
Hex 2F 46 CB 4D 42 0 14 E7 3E 31
Octal 57 106 313 115 102 0 24 347 76 61
Binary 101111 1000110 11001011 1001101 1000010 0 10100 11100111 111110 110001

Color Harmonies of #2F46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F46CB

Black with #2F46CB

Text Example


Text Example

White with #2F46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,203); }

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

background-color css

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

 a { background-color: rgb(47,70,203); }

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

border-color css

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

 span { border-color: rgb(47,70,203); }

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