Html Css Color HEX #215DD7 Cerulean Blue

📋 copy color: '#215DD7'

red 33 ◦ green 93 ◦ blue 215

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

Shades of Cerulean Blue #215DD7

Tints of Cerulean Blue #215DD7

RGB

 RED value IS 33 (13.28% from 255) = 9.68%

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

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

R = 9.68%
G = 27.27%
B = 63.05%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#215DD7 (or 0x215DD7) is known color: Cerulean Blue. HEX triplet: 21, 5D and D7. RGB value is (33,93,215). Sum of RGB (Red+Green+Blue) = 33+93+215=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #215DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DD7 is #DEA228. Grayscale: #585858. Windows color (decimal): -14590505 or 14114081. OLE color: 14114081.

HSL color Cylindrical-coordinate representation of color #215DD7: hue angle of 220.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215DD7 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 93 215 -
CMYK 0.85 0.57 0 0.16
HSL 220.22º 0.73% 0.49% -
HSV(B) 220.22º 0.85% 0.84% -
XYZ 16.81 13.06 65.92 -
YUV 88.97 199.12 88.08 -
System Red Green Blue C M Y K H S L
Decimal 33 93 215 0.85 0.57 0 0.16 220.22 0.73 0.49
Hex 21 5D D7 55 39 0 10 DC 49 31
Octal 41 135 327 125 71 0 20 334 111 61
Binary 100001 1011101 11010111 1010101 111001 0 10000 11011100 1001001 110001

Color Harmonies of #215DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DD7

Black with #215DD7

Text Example


Text Example

White with #215DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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