Html Css Color HEX #255BCA Cerulean Blue

📋 copy color: '#255BCA'

red 37 ◦ green 91 ◦ blue 202

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

Shades of Cerulean Blue #255BCA

Tints of Cerulean Blue #255BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 11.21%
G = 27.58%
B = 61.21%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#255BCA (or 0x255BCA) is known color: Cerulean Blue. HEX triplet: 25, 5B and CA. RGB value is (37,91,202). Sum of RGB (Red+Green+Blue) = 37+91+202=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #255BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BCA is #DAA435. Grayscale: #575757. Windows color (decimal): -14328886 or 13261605. OLE color: 13261605.

HSL color Cylindrical-coordinate representation of color #255BCA: hue angle of 220.36º 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 #255BCA is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 91 202 -
CMYK 0.82 0.55 0 0.21
HSL 220.36º 0.69% 0.47% -
HSV(B) 220.36º 0.82% 0.79% -
XYZ 15.16 12.14 57.42 -
YUV 87.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 37 91 202 0.82 0.55 0 0.21 220.36 0.69 0.47
Hex 25 5B CA 52 37 0 15 DC 45 2F
Octal 45 133 312 122 67 0 25 334 105 57
Binary 100101 1011011 11001010 1010010 110111 0 10101 11011100 1000101 101111

Color Harmonies of #255BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BCA

Black with #255BCA

Text Example


Text Example

White with #255BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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