Html Css Color HEX #255CB2 Cerulean Blue

📋 copy color: '#255CB2'

red 37 ◦ green 92 ◦ blue 178

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

Shades of Cerulean Blue #255CB2

Tints of Cerulean Blue #255CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

 BLUE value IS 178 (69.92% from 255) = 57.98%

R = 12.05%
G = 29.97%
B = 57.98%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#255CB2 (or 0x255CB2) is known color: Cerulean Blue. HEX triplet: 25, 5C and B2. RGB value is (37,92,178). Sum of RGB (Red+Green+Blue) = 37+92+178=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #255CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CB2 is #DAA34D. Grayscale: #545454. Windows color (decimal): -14328654 or 11688997. OLE color: 11688997.

HSL color Cylindrical-coordinate representation of color #255CB2: hue angle of 216.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255CB2 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 92 178 -
CMYK 0.79 0.48 0 0.30
HSL 216.6º 0.66% 0.42% -
HSV(B) 216.6º 0.79% 0.7% -
XYZ 12.63 11.26 43.63 -
YUV 85.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 37 92 178 0.79 0.48 0 0.30 216.6 0.66 0.42
Hex 25 5C B2 4F 30 0 1E D9 42 2A
Octal 45 134 262 117 60 0 36 331 102 52
Binary 100101 1011100 10110010 1001111 110000 0 11110 11011001 1000010 101010

Color Harmonies of #255CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CB2

Black with #255CB2

Text Example


Text Example

White with #255CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255CB2; }

 p { color: rgb(37,92,178); }

 H1.HeaderClassName
 {
   color: #255CB2;
 }
 .AnyTagClassName
 {
   color: #255CB2;
 }
</style>

background-color css

<style>
 a { background-color: #255CB2; }

 a { background-color: rgb(37,92,178); }

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

border-color css

<style>
 span { border-color: #255CB2; }

 span { border-color: rgb(37,92,178); }

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