Html Css Color HEX #249ACF Pelorous

📋 copy color: '#249ACF'

red 36 ◦ green 154 ◦ blue 207

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

Shades of Pelorous #249ACF

Tints of Pelorous #249ACF

RGB

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

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

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

R = 9.07%
G = 38.79%
B = 52.14%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#249ACF (or 0x249ACF) is known color: Pelorous. HEX triplet: 24, 9A and CF. RGB value is (36,154,207). Sum of RGB (Red+Green+Blue) = 36+154+207=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #249ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ACF is #DB6530. Grayscale: #7C7C7C. Windows color (decimal): -14378289 or 13605412. OLE color: 13605412.

HSL color Cylindrical-coordinate representation of color #249ACF: hue angle of 198.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249ACF is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 154 207 -
CMYK 0.83 0.26 0 0.19
HSL 198.6º 0.7% 0.48% -
HSV(B) 198.6º 0.83% 0.81% -
XYZ 23.55 27.99 63.19 -
YUV 124.76 174.41 64.69 -
System Red Green Blue C M Y K H S L
Decimal 36 154 207 0.83 0.26 0 0.19 198.6 0.7 0.48
Hex 24 9A CF 53 1A 0 13 C7 46 30
Octal 44 232 317 123 32 0 23 307 106 60
Binary 100100 10011010 11001111 1010011 11010 0 10011 11000111 1000110 110000

Color Harmonies of #249ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ACF

Black with #249ACF

Text Example


Text Example

White with #249ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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