Html Css Color HEX #2F4BBC Cerulean Blue

📋 copy color: '#2F4BBC'

red 47 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #2F4BBC

Tints of Cerulean Blue #2F4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 15.16%
G = 24.19%
B = 60.65%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F4BBC (or 0x2F4BBC) is known color: Cerulean Blue. HEX triplet: 2F, 4B and BC. RGB value is (47,75,188). Sum of RGB (Red+Green+Blue) = 47+75+188=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F4BBC is #D0B443. Grayscale: #4F4F4F. Windows color (decimal): -13677636 or 12340015. OLE color: 12340015.

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

Color convert

RGB 47 75 188 -
CMYK 0.75 0.60 0 0.26
HSL 228.09º 0.6% 0.46% -
HSV(B) 228.09º 0.75% 0.74% -
XYZ 12.77 9.27 48.69 -
YUV 79.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 47 75 188 0.75 0.60 0 0.26 228.09 0.6 0.46
Hex 2F 4B BC 4B 3C 0 1A E4 3C 2E
Octal 57 113 274 113 74 0 32 344 74 56
Binary 101111 1001011 10111100 1001011 111100 0 11010 11100100 111100 101110

Color Harmonies of #2F4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4BBC

Black with #2F4BBC

Text Example


Text Example

White with #2F4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,75,188); }

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

background-color css

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

 a { background-color: rgb(47,75,188); }

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

border-color css

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

 span { border-color: rgb(47,75,188); }

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