Html Css Color HEX #1D83CB Curious Blue

📋 copy color: '#1D83CB'

red 29 ◦ green 131 ◦ blue 203

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

Shades of Curious Blue #1D83CB

Tints of Curious Blue #1D83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 7.99%
G = 36.09%
B = 55.92%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D83CB (or 0x1D83CB) is known color: Curious Blue. HEX triplet: 1D, 83 and CB. RGB value is (29,131,203). Sum of RGB (Red+Green+Blue) = 29+131+203=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D83CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D83CB is #E27C34. Grayscale: #6C6C6C. Windows color (decimal): -14842933 or 13337373. OLE color: 13337373.

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

Color convert

RGB 29 131 203 -
CMYK 0.86 0.35 0 0.20
HSL 204.83º 0.75% 0.45% -
HSV(B) 204.83º 0.86% 0.8% -
XYZ 19.4 20.81 59.49 -
YUV 108.71 181.21 71.15 -
System Red Green Blue C M Y K H S L
Decimal 29 131 203 0.86 0.35 0 0.20 204.83 0.75 0.45
Hex 1D 83 CB 56 23 0 14 CD 4B 2D
Octal 35 203 313 126 43 0 24 315 113 55
Binary 11101 10000011 11001011 1010110 100011 0 10100 11001101 1001011 101101

Color Harmonies of #1D83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D83CB

Black with #1D83CB

Text Example


Text Example

White with #1D83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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