Html Css Color HEX #2F5ABB Cerulean Blue

📋 copy color: '#2F5ABB'

red 47 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #2F5ABB

Tints of Cerulean Blue #2F5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 14.51%
G = 27.78%
B = 57.72%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F5ABB (or 0x2F5ABB) is known color: Cerulean Blue. HEX triplet: 2F, 5A and BB. RGB value is (47,90,187). Sum of RGB (Red+Green+Blue) = 47+90+187=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F5ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ABB is #D0A544. Grayscale: #575757. Windows color (decimal): -13673797 or 12278319. OLE color: 12278319.

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

Color convert

RGB 47 90 187 -
CMYK 0.75 0.52 0 0.27
HSL 221.57º 0.6% 0.46% -
HSV(B) 221.57º 0.75% 0.73% -
XYZ 13.8 11.5 48.51 -
YUV 88.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 47 90 187 0.75 0.52 0 0.27 221.57 0.6 0.46
Hex 2F 5A BB 4B 34 0 1B DE 3C 2E
Octal 57 132 273 113 64 0 33 336 74 56
Binary 101111 1011010 10111011 1001011 110100 0 11011 11011110 111100 101110

Color Harmonies of #2F5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5ABB

Black with #2F5ABB

Text Example


Text Example

White with #2F5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,187); }

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

background-color css

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

 a { background-color: rgb(47,90,187); }

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

border-color css

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

 span { border-color: rgb(47,90,187); }

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