Html Css Color HEX #2F4DBA Cerulean Blue

📋 copy color: '#2F4DBA'

red 47 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #2F4DBA

Tints of Cerulean Blue #2F4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 15.16%
G = 24.84%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F4DBA (or 0x2F4DBA) is known color: Cerulean Blue. HEX triplet: 2F, 4D and BA. RGB value is (47,77,186). Sum of RGB (Red+Green+Blue) = 47+77+186=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DBA is #D0B245. Grayscale: #4F4F4F. Windows color (decimal): -13677126 or 12209455. OLE color: 12209455.

HSL color Cylindrical-coordinate representation of color #2F4DBA: hue angle of 227.05º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4DBA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 77 186 -
CMYK 0.75 0.59 0 0.27
HSL 227.05º 0.6% 0.46% -
HSV(B) 227.05º 0.75% 0.73% -
XYZ 12.69 9.46 47.61 -
YUV 80.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 47 77 186 0.75 0.59 0 0.27 227.05 0.6 0.46
Hex 2F 4D BA 4B 3B 0 1B E3 3C 2E
Octal 57 115 272 113 73 0 33 343 74 56
Binary 101111 1001101 10111010 1001011 111011 0 11011 11100011 111100 101110

Color Harmonies of #2F4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DBA

Black with #2F4DBA

Text Example


Text Example

White with #2F4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,186); }

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

background-color css

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

 a { background-color: rgb(47,77,186); }

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

border-color css

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

 span { border-color: rgb(47,77,186); }

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