Html Css Color HEX #1D83CC Curious Blue

📋 copy color: '#1D83CC'

red 29 ◦ green 131 ◦ blue 204

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

Shades of Curious Blue #1D83CC

Tints of Curious Blue #1D83CC

RGB

 RED value IS 29 (11.72% from 255) = 7.97%

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 7.97%
G = 35.99%
B = 56.04%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D83CC (or 0x1D83CC) is known color: Curious Blue. HEX triplet: 1D, 83 and CC. RGB value is (29,131,204). Sum of RGB (Red+Green+Blue) = 29+131+204=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D83CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D83CC is #E27C33. Grayscale: #6C6C6C. Windows color (decimal): -14842932 or 13402909. OLE color: 13402909.

HSL color Cylindrical-coordinate representation of color #1D83CC: hue angle of 205.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D83CC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 131 204 -
CMYK 0.86 0.36 0 0.2
HSL 205.03º 0.75% 0.46% -
HSV(B) 205.03º 0.86% 0.8% -
XYZ 19.52 20.85 60.12 -
YUV 108.82 181.71 71.06 -
System Red Green Blue C M Y K H S L
Decimal 29 131 204 0.86 0.36 0 0.2 205.03 0.75 0.46
Hex 1D 83 CC 56 24 0 14 CD 4B 2E
Octal 35 203 314 126 44 0 24 315 113 56
Binary 11101 10000011 11001100 1010110 100100 0 10100 11001101 1001011 101110

Color Harmonies of #1D83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D83CC

Black with #1D83CC

Text Example


Text Example

White with #1D83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D83CC; }

 p { color: rgb(29,131,204); }

 H1.HeaderClassName
 {
   color: #1D83CC;
 }
 .AnyTagClassName
 {
   color: #1D83CC;
 }
</style>

background-color css

<style>
 a { background-color: #1D83CC; }

 a { background-color: rgb(29,131,204); }

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

border-color css

<style>
 span { border-color: #1D83CC; }

 span { border-color: rgb(29,131,204); }

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