Html Css Color HEX #215BCF Cerulean Blue

📋 copy color: '#215BCF'

red 33 ◦ green 91 ◦ blue 207

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

Shades of Cerulean Blue #215BCF

Tints of Cerulean Blue #215BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 9.97%
G = 27.49%
B = 62.54%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#215BCF (or 0x215BCF) is known color: Cerulean Blue. HEX triplet: 21, 5B and CF. RGB value is (33,91,207). Sum of RGB (Red+Green+Blue) = 33+91+207=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #215BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BCF is #DEA430. Grayscale: #565656. Windows color (decimal): -14591025 or 13589281. OLE color: 13589281.

HSL color Cylindrical-coordinate representation of color #215BCF: hue angle of 220º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215BCF is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 91 207 -
CMYK 0.84 0.56 0 0.19
HSL 220º 0.73% 0.47% -
HSV(B) 220º 0.84% 0.81% -
XYZ 15.63 12.31 60.58 -
YUV 86.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 33 91 207 0.84 0.56 0 0.19 220 0.73 0.47
Hex 21 5B CF 54 38 0 13 DC 48 2F
Octal 41 133 317 124 70 0 23 334 110 57
Binary 100001 1011011 11001111 1010100 111000 0 10011 11011100 1001000 101111

Color Harmonies of #215BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BCF

Black with #215BCF

Text Example


Text Example

White with #215BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,207); }

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

background-color css

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

 a { background-color: rgb(33,91,207); }

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

border-color css

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

 span { border-color: rgb(33,91,207); }

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