Html Css Color HEX #255CBC Cerulean Blue

📋 copy color: '#255CBC'

red 37 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #255CBC

Tints of Cerulean Blue #255CBC

RGB

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

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

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

R = 11.67%
G = 29.02%
B = 59.31%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#255CBC (or 0x255CBC) is known color: Cerulean Blue. HEX triplet: 25, 5C and BC. RGB value is (37,92,188). Sum of RGB (Red+Green+Blue) = 37+92+188=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #255CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CBC is #DAA343. Grayscale: #565656. Windows color (decimal): -14328644 or 12344357. OLE color: 12344357.

HSL color Cylindrical-coordinate representation of color #255CBC: hue angle of 218.15º 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 #255CBC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 92 188 -
CMYK 0.80 0.51 0 0.26
HSL 218.15º 0.67% 0.44% -
HSV(B) 218.15º 0.8% 0.74% -
XYZ 13.67 11.68 49.11 -
YUV 86.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 37 92 188 0.80 0.51 0 0.26 218.15 0.67 0.44
Hex 25 5C BC 50 33 0 1A DA 43 2C
Octal 45 134 274 120 63 0 32 332 103 54
Binary 100101 1011100 10111100 1010000 110011 0 11010 11011010 1000011 101100

Color Harmonies of #255CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CBC

Black with #255CBC

Text Example


Text Example

White with #255CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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