Html Css Color HEX #218BD2 Curious Blue

📋 copy color: '#218BD2'

red 33 ◦ green 139 ◦ blue 210

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

Shades of Curious Blue #218BD2

Tints of Curious Blue #218BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.97%

R = 8.64%
G = 36.39%
B = 54.97%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#218BD2 (or 0x218BD2) is known color: Curious Blue. HEX triplet: 21, 8B and D2. RGB value is (33,139,210). Sum of RGB (Red+Green+Blue) = 33+139+210=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #218BD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BD2 is #DE742D. Grayscale: #737373. Windows color (decimal): -14578734 or 13798177. OLE color: 13798177.

HSL color Cylindrical-coordinate representation of color #218BD2: hue angle of 204.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218BD2 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 139 210 -
CMYK 0.84 0.34 0 0.18
HSL 204.07º 0.73% 0.48% -
HSV(B) 204.07º 0.84% 0.82% -
XYZ 21.49 23.44 64.36 -
YUV 115.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 33 139 210 0.84 0.34 0 0.18 204.07 0.73 0.48
Hex 21 8B D2 54 22 0 12 CC 49 30
Octal 41 213 322 124 42 0 22 314 111 60
Binary 100001 10001011 11010010 1010100 100010 0 10010 11001100 1001001 110000

Color Harmonies of #218BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BD2

Black with #218BD2

Text Example


Text Example

White with #218BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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