Html Css Color HEX #2683CE Curious Blue

📋 copy color: '#2683CE'

red 38 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #2683CE

Tints of Curious Blue #2683CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 10.13%
G = 34.93%
B = 54.93%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2683CE (or 0x2683CE) is known color: Curious Blue. HEX triplet: 26, 83 and CE. RGB value is (38,131,206). Sum of RGB (Red+Green+Blue) = 38+131+206=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #2683CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683CE is #D97C31. Grayscale: #6F6F6F. Windows color (decimal): -14253106 or 13533990. OLE color: 13533990.

HSL color Cylindrical-coordinate representation of color #2683CE: hue angle of 206.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2683CE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 131 206 -
CMYK 0.82 0.36 0 0.19
HSL 206.79º 0.69% 0.48% -
HSV(B) 206.79º 0.82% 0.81% -
XYZ 20.06 21.1 61.41 -
YUV 111.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 38 131 206 0.82 0.36 0 0.19 206.79 0.69 0.48
Hex 26 83 CE 52 24 0 13 CF 45 30
Octal 46 203 316 122 44 0 23 317 105 60
Binary 100110 10000011 11001110 1010010 100100 0 10011 11001111 1000101 110000

Color Harmonies of #2683CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2683CE

Black with #2683CE

Text Example


Text Example

White with #2683CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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