Html Css Color HEX #218BCE Curious Blue

📋 copy color: '#218BCE'

red 33 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #218BCE

Tints of Curious Blue #218BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 8.73%
G = 36.77%
B = 54.5%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#218BCE (or 0x218BCE) is known color: Curious Blue. HEX triplet: 21, 8B and CE. RGB value is (33,139,206). Sum of RGB (Red+Green+Blue) = 33+139+206=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #218BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BCE is #DE7431. Grayscale: #727272. Windows color (decimal): -14578738 or 13536033. OLE color: 13536033.

HSL color Cylindrical-coordinate representation of color #218BCE: hue angle of 203.24º degrees, saturation: 0.72, 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 #218BCE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 139 206 -
CMYK 0.84 0.33 0 0.19
HSL 203.24º 0.72% 0.47% -
HSV(B) 203.24º 0.84% 0.81% -
XYZ 21 23.24 61.77 -
YUV 114.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 33 139 206 0.84 0.33 0 0.19 203.24 0.72 0.47
Hex 21 8B CE 54 21 0 13 CB 48 2F
Octal 41 213 316 124 41 0 23 313 110 57
Binary 100001 10001011 11001110 1010100 100001 0 10011 11001011 1001000 101111

Color Harmonies of #218BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BCE

Black with #218BCE

Text Example


Text Example

White with #218BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218BCE; }

 p { color: rgb(33,139,206); }

 H1.HeaderClassName
 {
   color: #218BCE;
 }
 .AnyTagClassName
 {
   color: #218BCE;
 }
</style>

background-color css

<style>
 a { background-color: #218BCE; }

 a { background-color: rgb(33,139,206); }

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

border-color css

<style>
 span { border-color: #218BCE; }

 span { border-color: rgb(33,139,206); }

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