Html Css Color HEX #249BCA Pelorous

📋 copy color: '#249BCA'

red 36 ◦ green 155 ◦ blue 202

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

Shades of Pelorous #249BCA

Tints of Pelorous #249BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 9.16%
G = 39.44%
B = 51.4%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#249BCA (or 0x249BCA) is known color: Pelorous. HEX triplet: 24, 9B and CA. RGB value is (36,155,202). Sum of RGB (Red+Green+Blue) = 36+155+202=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #249BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BCA is #DB6435. Grayscale: #7C7C7C. Windows color (decimal): -14378038 or 13277988. OLE color: 13277988.

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

Color convert

RGB 36 155 202 -
CMYK 0.82 0.23 0 0.21
HSL 196.99º 0.7% 0.47% -
HSV(B) 196.99º 0.82% 0.79% -
XYZ 23.11 28.08 60.08 -
YUV 124.78 171.58 64.68 -
System Red Green Blue C M Y K H S L
Decimal 36 155 202 0.82 0.23 0 0.21 196.99 0.7 0.47
Hex 24 9B CA 52 17 0 15 C5 46 2F
Octal 44 233 312 122 27 0 25 305 106 57
Binary 100100 10011011 11001010 1010010 10111 0 10101 11000101 1000110 101111

Color Harmonies of #249BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BCA

Black with #249BCA

Text Example


Text Example

White with #249BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,155,202); }

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

background-color css

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

 a { background-color: rgb(36,155,202); }

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

border-color css

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

 span { border-color: rgb(36,155,202); }

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