Html Css Color HEX #255CCA Cerulean Blue

📋 copy color: '#255CCA'

red 37 ◦ green 92 ◦ blue 202

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

Shades of Cerulean Blue #255CCA

Tints of Cerulean Blue #255CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.03%

R = 11.18%
G = 27.79%
B = 61.03%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#255CCA (or 0x255CCA) is known color: Cerulean Blue. HEX triplet: 25, 5C and CA. RGB value is (37,92,202). Sum of RGB (Red+Green+Blue) = 37+92+202=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #255CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CCA is #DAA335. Grayscale: #575757. Windows color (decimal): -14328630 or 13261861. OLE color: 13261861.

HSL color Cylindrical-coordinate representation of color #255CCA: hue angle of 220º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255CCA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 92 202 -
CMYK 0.82 0.54 0 0.21
HSL 220º 0.69% 0.47% -
HSV(B) 220º 0.82% 0.79% -
XYZ 15.25 12.31 57.45 -
YUV 88.1 192.28 91.56 -
System Red Green Blue C M Y K H S L
Decimal 37 92 202 0.82 0.54 0 0.21 220 0.69 0.47
Hex 25 5C CA 52 36 0 15 DC 45 2F
Octal 45 134 312 122 66 0 25 334 105 57
Binary 100101 1011100 11001010 1010010 110110 0 10101 11011100 1000101 101111

Color Harmonies of #255CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CCA

Black with #255CCA

Text Example


Text Example

White with #255CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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