Html Css Color HEX #2D5FBF Cerulean Blue

📋 copy color: '#2D5FBF'

red 45 ◦ green 95 ◦ blue 191

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

Shades of Cerulean Blue #2D5FBF

Tints of Cerulean Blue #2D5FBF

RGB

 RED value IS 45 (17.97% from 255) = 13.6%

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 13.6%
G = 28.7%
B = 57.7%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D5FBF (or 0x2D5FBF) is known color: Cerulean Blue. HEX triplet: 2D, 5F and BF. RGB value is (45,95,191). Sum of RGB (Red+Green+Blue) = 45+95+191=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D5FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5FBF is #D2A040. Grayscale: #5A5A5A. Windows color (decimal): -13803585 or 12541741. OLE color: 12541741.

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

Color convert

RGB 45 95 191 -
CMYK 0.76 0.50 0 0.25
HSL 219.45º 0.62% 0.46% -
HSV(B) 219.45º 0.76% 0.75% -
XYZ 14.58 12.5 50.94 -
YUV 90.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 45 95 191 0.76 0.50 0 0.25 219.45 0.62 0.46
Hex 2D 5F BF 4C 32 0 19 DB 3E 2E
Octal 55 137 277 114 62 0 31 333 76 56
Binary 101101 1011111 10111111 1001100 110010 0 11001 11011011 111110 101110

Color Harmonies of #2D5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5FBF

Black with #2D5FBF

Text Example


Text Example

White with #2D5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,95,191); }

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

background-color css

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

 a { background-color: rgb(45,95,191); }

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

border-color css

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

 span { border-color: rgb(45,95,191); }

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