Html Css Color HEX #249BC1 Pelorous

📋 copy color: '#249BC1'

red 36 ◦ green 155 ◦ blue 193

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

Shades of Pelorous #249BC1

Tints of Pelorous #249BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 9.38%
G = 40.36%
B = 50.26%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#249BC1 (or 0x249BC1) is known color: Pelorous. HEX triplet: 24, 9B and C1. RGB value is (36,155,193). Sum of RGB (Red+Green+Blue) = 36+155+193=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #249BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BC1 is #DB643E. Grayscale: #7B7B7B. Windows color (decimal): -14378047 or 12688164. OLE color: 12688164.

HSL color Cylindrical-coordinate representation of color #249BC1: hue angle of 194.52º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249BC1 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 155 193 -
CMYK 0.81 0.20 0 0.24
HSL 194.52º 0.69% 0.45% -
HSV(B) 194.52º 0.81% 0.76% -
XYZ 22.07 27.67 54.63 -
YUV 123.75 167.08 65.41 -
System Red Green Blue C M Y K H S L
Decimal 36 155 193 0.81 0.20 0 0.24 194.52 0.69 0.45
Hex 24 9B C1 51 14 0 18 C3 45 2D
Octal 44 233 301 121 24 0 30 303 105 55
Binary 100100 10011011 11000001 1010001 10100 0 11000 11000011 1000101 101101

Color Harmonies of #249BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BC1

Black with #249BC1

Text Example


Text Example

White with #249BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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