Html Css Color HEX #249BCF Pelorous

📋 copy color: '#249BCF'

red 36 ◦ green 155 ◦ blue 207

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

Shades of Pelorous #249BCF

Tints of Pelorous #249BCF

RGB

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

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

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

R = 9.05%
G = 38.94%
B = 52.01%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#249BCF (or 0x249BCF) is known color: Pelorous. HEX triplet: 24, 9B and CF. RGB value is (36,155,207). Sum of RGB (Red+Green+Blue) = 36+155+207=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #249BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BCF is #DB6430. Grayscale: #7D7D7D. Windows color (decimal): -14378033 or 13605668. OLE color: 13605668.

HSL color Cylindrical-coordinate representation of color #249BCF: hue angle of 198.25º 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 #249BCF is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 155 207 -
CMYK 0.83 0.25 0 0.19
HSL 198.25º 0.7% 0.48% -
HSV(B) 198.25º 0.83% 0.81% -
XYZ 23.71 28.32 63.25 -
YUV 125.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 36 155 207 0.83 0.25 0 0.19 198.25 0.7 0.48
Hex 24 9B CF 53 19 0 13 C6 46 30
Octal 44 233 317 123 31 0 23 306 106 60
Binary 100100 10011011 11001111 1010011 11001 0 10011 11000110 1000110 110000

Color Harmonies of #249BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BCF

Black with #249BCF

Text Example


Text Example

White with #249BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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