Html Css Color HEX #248ACE Curious Blue

📋 copy color: '#248ACE'

red 36 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #248ACE

Tints of Curious Blue #248ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 9.47%
G = 36.32%
B = 54.21%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#248ACE (or 0x248ACE) is known color: Curious Blue. HEX triplet: 24, 8A and CE. RGB value is (36,138,206). Sum of RGB (Red+Green+Blue) = 36+138+206=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #248ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ACE is #DB7531. Grayscale: #727272. Windows color (decimal): -14382386 or 13535780. OLE color: 13535780.

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

Color convert

RGB 36 138 206 -
CMYK 0.83 0.33 0 0.19
HSL 204º 0.7% 0.47% -
HSV(B) 204º 0.83% 0.81% -
XYZ 20.96 23.01 61.73 -
YUV 115.25 179.21 71.47 -
System Red Green Blue C M Y K H S L
Decimal 36 138 206 0.83 0.33 0 0.19 204 0.7 0.47
Hex 24 8A CE 53 21 0 13 CC 46 2F
Octal 44 212 316 123 41 0 23 314 106 57
Binary 100100 10001010 11001110 1010011 100001 0 10011 11001100 1000110 101111

Color Harmonies of #248ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ACE

Black with #248ACE

Text Example


Text Example

White with #248ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,206); }

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

background-color css

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

 a { background-color: rgb(36,138,206); }

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

border-color css

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

 span { border-color: rgb(36,138,206); }

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