Html Css Color HEX #2551BC Cerulean Blue

📋 copy color: '#2551BC'

red 37 ◦ green 81 ◦ blue 188

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

Shades of Cerulean Blue #2551BC

Tints of Cerulean Blue #2551BC

RGB

 RED value IS 37 (14.84% from 255) = 12.09%

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 12.09%
G = 26.47%
B = 61.44%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2551BC (or 0x2551BC) is known color: Cerulean Blue. HEX triplet: 25, 51 and BC. RGB value is (37,81,188). Sum of RGB (Red+Green+Blue) = 37+81+188=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #2551BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551BC is #DAAE43. Grayscale: #4F4F4F. Windows color (decimal): -14331460 or 12341541. OLE color: 12341541.

HSL color Cylindrical-coordinate representation of color #2551BC: hue angle of 222.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2551BC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 81 188 -
CMYK 0.80 0.57 0 0.26
HSL 222.52º 0.67% 0.44% -
HSV(B) 222.52º 0.8% 0.74% -
XYZ 12.78 9.91 48.82 -
YUV 80.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 37 81 188 0.80 0.57 0 0.26 222.52 0.67 0.44
Hex 25 51 BC 50 39 0 1A DF 43 2C
Octal 45 121 274 120 71 0 32 337 103 54
Binary 100101 1010001 10111100 1010000 111001 0 11010 11011111 1000011 101100

Color Harmonies of #2551BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2551BC

Black with #2551BC

Text Example


Text Example

White with #2551BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2551BC; }

 p { color: rgb(37,81,188); }

 H1.HeaderClassName
 {
   color: #2551BC;
 }
 .AnyTagClassName
 {
   color: #2551BC;
 }
</style>

background-color css

<style>
 a { background-color: #2551BC; }

 a { background-color: rgb(37,81,188); }

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

border-color css

<style>
 span { border-color: #2551BC; }

 span { border-color: rgb(37,81,188); }

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