Html Css Color HEX #248BC4 Pelorous

📋 copy color: '#248BC4'

red 36 ◦ green 139 ◦ blue 196

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

Shades of Pelorous #248BC4

Tints of Pelorous #248BC4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

 BLUE value IS 196 (76.95% from 255) = 52.83%

R = 9.7%
G = 37.47%
B = 52.83%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#248BC4 (or 0x248BC4) is known color: Pelorous. HEX triplet: 24, 8B and C4. RGB value is (36,139,196). Sum of RGB (Red+Green+Blue) = 36+139+196=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #248BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BC4 is #DB743B. Grayscale: #727272. Windows color (decimal): -14382140 or 12880676. OLE color: 12880676.

HSL color Cylindrical-coordinate representation of color #248BC4: hue angle of 201.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248BC4 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 36 139 196 -
CMYK 0.82 0.29 0 0.23
HSL 201.38º 0.69% 0.45% -
HSV(B) 201.38º 0.82% 0.77% -
XYZ 19.92 22.83 55.58 -
YUV 114.7 173.88 71.87 -
System Red Green Blue C M Y K H S L
Decimal 36 139 196 0.82 0.29 0 0.23 201.38 0.69 0.45
Hex 24 8B C4 52 1D 0 17 C9 45 2D
Octal 44 213 304 122 35 0 27 311 105 55
Binary 100100 10001011 11000100 1010010 11101 0 10111 11001001 1000101 101101

Color Harmonies of #248BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BC4

Black with #248BC4

Text Example


Text Example

White with #248BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248BC4; }

 p { color: rgb(36,139,196); }

 H1.HeaderClassName
 {
   color: #248BC4;
 }
 .AnyTagClassName
 {
   color: #248BC4;
 }
</style>

background-color css

<style>
 a { background-color: #248BC4; }

 a { background-color: rgb(36,139,196); }

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

border-color css

<style>
 span { border-color: #248BC4; }

 span { border-color: rgb(36,139,196); }

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