Html Css Color HEX #2F5DBA Cerulean Blue

📋 copy color: '#2F5DBA'

red 47 ◦ green 93 ◦ blue 186

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

Shades of Cerulean Blue #2F5DBA

Tints of Cerulean Blue #2F5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 14.42%
G = 28.53%
B = 57.06%

CMYK

 C value IS 0.75

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F5DBA (or 0x2F5DBA) is known color: Cerulean Blue. HEX triplet: 2F, 5D and BA. RGB value is (47,93,186). Sum of RGB (Red+Green+Blue) = 47+93+186=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F5DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DBA is #D0A245. Grayscale: #595959. Windows color (decimal): -13673030 or 12213551. OLE color: 12213551.

HSL color Cylindrical-coordinate representation of color #2F5DBA: hue angle of 220.14º 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 #2F5DBA is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 93 186 -
CMYK 0.75 0.5 0 0.27
HSL 220.14º 0.6% 0.46% -
HSV(B) 220.14º 0.75% 0.73% -
XYZ 13.95 11.98 48.03 -
YUV 89.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 47 93 186 0.75 0.5 0 0.27 220.14 0.6 0.46
Hex 2F 5D BA 4B 32 0 1B DC 3C 2E
Octal 57 135 272 113 62 0 33 334 74 56
Binary 101111 1011101 10111010 1001011 110010 0 11011 11011100 111100 101110

Color Harmonies of #2F5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5DBA

Black with #2F5DBA

Text Example


Text Example

White with #2F5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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