Html Css Color HEX #2F4DBE Cerulean Blue

📋 copy color: '#2F4DBE'

red 47 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #2F4DBE

Tints of Cerulean Blue #2F4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 14.97%
G = 24.52%
B = 60.51%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F4DBE (or 0x2F4DBE) is known color: Cerulean Blue. HEX triplet: 2F, 4D and BE. RGB value is (47,77,190). Sum of RGB (Red+Green+Blue) = 47+77+190=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F4DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DBE is #D0B241. Grayscale: #505050. Windows color (decimal): -13677122 or 12471599. OLE color: 12471599.

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

Color convert

RGB 47 77 190 -
CMYK 0.75 0.59 0 0.25
HSL 227.41º 0.6% 0.46% -
HSV(B) 227.41º 0.75% 0.75% -
XYZ 13.12 9.63 49.88 -
YUV 80.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 47 77 190 0.75 0.59 0 0.25 227.41 0.6 0.46
Hex 2F 4D BE 4B 3B 0 19 E3 3C 2E
Octal 57 115 276 113 73 0 31 343 74 56
Binary 101111 1001101 10111110 1001011 111011 0 11001 11100011 111100 101110

Color Harmonies of #2F4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DBE

Black with #2F4DBE

Text Example


Text Example

White with #2F4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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