Html Css Color HEX #2F5BBF Cerulean Blue

📋 copy color: '#2F5BBF'

red 47 ◦ green 91 ◦ blue 191

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

Shades of Cerulean Blue #2F5BBF

Tints of Cerulean Blue #2F5BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 191 (75% from 255) = 58.05%

R = 14.29%
G = 27.66%
B = 58.05%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F5BBF (or 0x2F5BBF) is known color: Cerulean Blue. HEX triplet: 2F, 5B and BF. RGB value is (47,91,191). Sum of RGB (Red+Green+Blue) = 47+91+191=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5BBF is #D0A440. Grayscale: #585858. Windows color (decimal): -13673537 or 12540719. OLE color: 12540719.

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

Color convert

RGB 47 91 191 -
CMYK 0.75 0.52 0 0.25
HSL 221.67º 0.61% 0.47% -
HSV(B) 221.67º 0.75% 0.75% -
XYZ 14.32 11.85 50.82 -
YUV 89.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 47 91 191 0.75 0.52 0 0.25 221.67 0.61 0.47
Hex 2F 5B BF 4B 34 0 19 DE 3D 2F
Octal 57 133 277 113 64 0 31 336 75 57
Binary 101111 1011011 10111111 1001011 110100 0 11001 11011110 111101 101111

Color Harmonies of #2F5BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5BBF

Black with #2F5BBF

Text Example


Text Example

White with #2F5BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,91,191); }

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

background-color css

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

 a { background-color: rgb(47,91,191); }

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

border-color css

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

 span { border-color: rgb(47,91,191); }

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