Html Css Color HEX #248ACD Curious Blue

📋 copy color: '#248ACD'

red 36 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #248ACD

Tints of Curious Blue #248ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 9.5%
G = 36.41%
B = 54.09%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#248ACD (or 0x248ACD) is known color: Curious Blue. HEX triplet: 24, 8A and CD. RGB value is (36,138,205). Sum of RGB (Red+Green+Blue) = 36+138+205=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #248ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ACD is #DB7532. Grayscale: #727272. Windows color (decimal): -14382387 or 13470244. OLE color: 13470244.

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

Color convert

RGB 36 138 205 -
CMYK 0.82 0.33 0 0.20
HSL 203.79º 0.7% 0.47% -
HSV(B) 203.79º 0.82% 0.8% -
XYZ 20.84 22.96 61.09 -
YUV 115.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 36 138 205 0.82 0.33 0 0.20 203.79 0.7 0.47
Hex 24 8A CD 52 21 0 14 CC 46 2F
Octal 44 212 315 122 41 0 24 314 106 57
Binary 100100 10001010 11001101 1010010 100001 0 10100 11001100 1000110 101111

Color Harmonies of #248ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ACD

Black with #248ACD

Text Example


Text Example

White with #248ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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