Html Css Color HEX #248CCF Curious Blue

📋 copy color: '#248CCF'

red 36 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #248CCF

Tints of Curious Blue #248CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 9.4%
G = 36.55%
B = 54.05%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#248CCF (or 0x248CCF) is known color: Curious Blue. HEX triplet: 24, 8C and CF. RGB value is (36,140,207). Sum of RGB (Red+Green+Blue) = 36+140+207=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #248CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CCF is #DB7330. Grayscale: #747474. Windows color (decimal): -14381873 or 13601828. OLE color: 13601828.

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

Color convert

RGB 36 140 207 -
CMYK 0.83 0.32 0 0.19
HSL 203.51º 0.7% 0.48% -
HSV(B) 203.51º 0.83% 0.81% -
XYZ 21.37 23.64 62.47 -
YUV 116.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 36 140 207 0.83 0.32 0 0.19 203.51 0.7 0.48
Hex 24 8C CF 53 20 0 13 CC 46 30
Octal 44 214 317 123 40 0 23 314 106 60
Binary 100100 10001100 11001111 1010011 100000 0 10011 11001100 1000110 110000

Color Harmonies of #248CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CCF

Black with #248CCF

Text Example


Text Example

White with #248CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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