Html Css Color HEX #2683CB Curious Blue

📋 copy color: '#2683CB'

red 38 ◦ green 131 ◦ blue 203

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

Shades of Curious Blue #2683CB

Tints of Curious Blue #2683CB

RGB

 RED value IS 38 (15.23% from 255) = 10.22%

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

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

R = 10.22%
G = 35.22%
B = 54.57%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2683CB (or 0x2683CB) is known color: Curious Blue. HEX triplet: 26, 83 and CB. RGB value is (38,131,203). Sum of RGB (Red+Green+Blue) = 38+131+203=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #2683CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683CB is #D97C34. Grayscale: #6F6F6F. Windows color (decimal): -14253109 or 13337382. OLE color: 13337382.

HSL color Cylindrical-coordinate representation of color #2683CB: hue angle of 206.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2683CB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 131 203 -
CMYK 0.81 0.35 0 0.20
HSL 206.18º 0.68% 0.47% -
HSV(B) 206.18º 0.81% 0.8% -
XYZ 19.7 20.96 59.51 -
YUV 111.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 38 131 203 0.81 0.35 0 0.20 206.18 0.68 0.47
Hex 26 83 CB 51 23 0 14 CE 44 2F
Octal 46 203 313 121 43 0 24 316 104 57
Binary 100110 10000011 11001011 1010001 100011 0 10100 11001110 1000100 101111

Color Harmonies of #2683CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2683CB

Black with #2683CB

Text Example


Text Example

White with #2683CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2683CB; }

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

 H1.HeaderClassName
 {
   color: #2683CB;
 }
 .AnyTagClassName
 {
   color: #2683CB;
 }
</style>

background-color css

<style>
 a { background-color: #2683CB; }

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

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

border-color css

<style>
 span { border-color: #2683CB; }

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

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