Html Css Color HEX #249ACD Pelorous

📋 copy color: '#249ACD'

red 36 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #249ACD

Tints of Pelorous #249ACD

RGB

 RED value IS 36 (14.45% from 255) = 9.11%

 GREEN value IS 154 (60.55% from 255) = 38.99%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 9.11%
G = 38.99%
B = 51.9%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249ACD (or 0x249ACD) is known color: Pelorous. HEX triplet: 24, 9A and CD. RGB value is (36,154,205). Sum of RGB (Red+Green+Blue) = 36+154+205=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #249ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ACD is #DB6532. Grayscale: #7C7C7C. Windows color (decimal): -14378291 or 13474340. OLE color: 13474340.

HSL color Cylindrical-coordinate representation of color #249ACD: hue angle of 198.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249ACD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 154 205 -
CMYK 0.82 0.25 0 0.20
HSL 198.11º 0.7% 0.47% -
HSV(B) 198.11º 0.82% 0.8% -
XYZ 23.3 27.89 61.91 -
YUV 124.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 36 154 205 0.82 0.25 0 0.20 198.11 0.7 0.47
Hex 24 9A CD 52 19 0 14 C6 46 2F
Octal 44 232 315 122 31 0 24 306 106 57
Binary 100100 10011010 11001101 1010010 11001 0 10100 11000110 1000110 101111

Color Harmonies of #249ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ACD

Black with #249ACD

Text Example


Text Example

White with #249ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249ACD; }

 p { color: rgb(36,154,205); }

 H1.HeaderClassName
 {
   color: #249ACD;
 }
 .AnyTagClassName
 {
   color: #249ACD;
 }
</style>

background-color css

<style>
 a { background-color: #249ACD; }

 a { background-color: rgb(36,154,205); }

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

border-color css

<style>
 span { border-color: #249ACD; }

 span { border-color: rgb(36,154,205); }

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