Html Css Color HEX #248ACF Curious Blue

📋 copy color: '#248ACF'

red 36 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #248ACF

Tints of Curious Blue #248ACF

RGB

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

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

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

R = 9.45%
G = 36.22%
B = 54.33%

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

#248ACF (or 0x248ACF) is known color: Curious Blue. HEX triplet: 24, 8A and CF. RGB value is (36,138,207). Sum of RGB (Red+Green+Blue) = 36+138+207=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #248ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ACF is #DB7530. Grayscale: #727272. Windows color (decimal): -14382385 or 13601316. OLE color: 13601316.

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

Color convert

RGB 36 138 207 -
CMYK 0.83 0.33 0 0.19
HSL 204.21º 0.7% 0.48% -
HSV(B) 204.21º 0.83% 0.81% -
XYZ 21.08 23.06 62.37 -
YUV 115.37 179.71 71.39 -
System Red Green Blue C M Y K H S L
Decimal 36 138 207 0.83 0.33 0 0.19 204.21 0.7 0.48
Hex 24 8A CF 53 21 0 13 CC 46 30
Octal 44 212 317 123 41 0 23 314 106 60
Binary 100100 10001010 11001111 1010011 100001 0 10011 11001100 1000110 110000

Color Harmonies of #248ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ACF

Black with #248ACF

Text Example


Text Example

White with #248ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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