Html Css Color HEX #255DD7 Cerulean Blue

📋 copy color: '#255DD7'

red 37 ◦ green 93 ◦ blue 215

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

Shades of Cerulean Blue #255DD7

Tints of Cerulean Blue #255DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 10.72%
G = 26.96%
B = 62.32%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#255DD7 (or 0x255DD7) is known color: Cerulean Blue. HEX triplet: 25, 5D and D7. RGB value is (37,93,215). Sum of RGB (Red+Green+Blue) = 37+93+215=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #255DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DD7 is #DAA228. Grayscale: #595959. Windows color (decimal): -14328361 or 14114085. OLE color: 14114085.

HSL color Cylindrical-coordinate representation of color #255DD7: hue angle of 221.12º 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 #255DD7 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 93 215 -
CMYK 0.83 0.57 0 0.16
HSL 221.12º 0.71% 0.49% -
HSV(B) 221.12º 0.83% 0.84% -
XYZ 16.94 13.13 65.93 -
YUV 90.16 198.45 90.08 -
System Red Green Blue C M Y K H S L
Decimal 37 93 215 0.83 0.57 0 0.16 221.12 0.71 0.49
Hex 25 5D D7 53 39 0 10 DD 47 31
Octal 45 135 327 123 71 0 20 335 107 61
Binary 100101 1011101 11010111 1010011 111001 0 10000 11011101 1000111 110001

Color Harmonies of #255DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DD7

Black with #255DD7

Text Example


Text Example

White with #255DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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