Html Css Color HEX #388CDF Curious Blue

📋 copy color: '#388CDF'

red 56 ◦ green 140 ◦ blue 223

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

Shades of Curious Blue #388CDF

Tints of Curious Blue #388CDF

RGB

 RED value IS 56 (22.27% from 255) = 13.37%

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 13.37%
G = 33.41%
B = 53.22%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#388CDF (or 0x388CDF) is known color: Curious Blue. HEX triplet: 38, 8C and DF. RGB value is (56,140,223). Sum of RGB (Red+Green+Blue) = 56+140+223=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #388CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CDF is #C77320. Grayscale: #7B7B7B. Windows color (decimal): -13071137 or 14650424. OLE color: 14650424.

HSL color Cylindrical-coordinate representation of color #388CDF: hue angle of 209.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388CDF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 140 223 -
CMYK 0.75 0.37 0 0.13
HSL 209.82º 0.72% 0.55% -
HSV(B) 209.82º 0.75% 0.87% -
XYZ 24.33 24.92 73.34 -
YUV 124.35 183.67 79.25 -
System Red Green Blue C M Y K H S L
Decimal 56 140 223 0.75 0.37 0 0.13 209.82 0.72 0.55
Hex 38 8C DF 4B 25 0 D D2 48 37
Octal 70 214 337 113 45 0 15 322 110 67
Binary 111000 10001100 11011111 1001011 100101 0 1101 11010010 1001000 110111

Color Harmonies of #388CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CDF

Black with #388CDF

Text Example


Text Example

White with #388CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388CDF; }

 p { color: rgb(56,140,223); }

 H1.HeaderClassName
 {
   color: #388CDF;
 }
 .AnyTagClassName
 {
   color: #388CDF;
 }
</style>

background-color css

<style>
 a { background-color: #388CDF; }

 a { background-color: rgb(56,140,223); }

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

border-color css

<style>
 span { border-color: #388CDF; }

 span { border-color: rgb(56,140,223); }

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