Html Css Color HEX #255AD7 Cerulean Blue

📋 copy color: '#255AD7'

red 37 ◦ green 90 ◦ blue 215

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

Shades of Cerulean Blue #255AD7

Tints of Cerulean Blue #255AD7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 215 (84.38% from 255) = 62.87%

R = 10.82%
G = 26.32%
B = 62.87%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#255AD7 (or 0x255AD7) is known color: Cerulean Blue. HEX triplet: 25, 5A and D7. RGB value is (37,90,215). Sum of RGB (Red+Green+Blue) = 37+90+215=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #255AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AD7 is #DAA528. Grayscale: #575757. Windows color (decimal): -14329129 or 14113317. OLE color: 14113317.

HSL color Cylindrical-coordinate representation of color #255AD7: hue angle of 222.13º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255AD7 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 90 215 -
CMYK 0.83 0.58 0 0.16
HSL 222.13º 0.71% 0.49% -
HSV(B) 222.13º 0.83% 0.84% -
XYZ 16.68 12.61 65.84 -
YUV 88.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 37 90 215 0.83 0.58 0 0.16 222.13 0.71 0.49
Hex 25 5A D7 53 3A 0 10 DE 47 31
Octal 45 132 327 123 72 0 20 336 107 61
Binary 100101 1011010 11010111 1010011 111010 0 10000 11011110 1000111 110001

Color Harmonies of #255AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AD7

Black with #255AD7

Text Example


Text Example

White with #255AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,90,215); }

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

background-color css

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

 a { background-color: rgb(37,90,215); }

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

border-color css

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

 span { border-color: rgb(37,90,215); }

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