Html Css Color HEX #2685CD Curious Blue

📋 copy color: '#2685CD'

red 38 ◦ green 133 ◦ blue 205

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

Shades of Curious Blue #2685CD

Tints of Curious Blue #2685CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 10.11%
G = 35.37%
B = 54.52%

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

#2685CD (or 0x2685CD) is known color: Curious Blue. HEX triplet: 26, 85 and CD. RGB value is (38,133,205). Sum of RGB (Red+Green+Blue) = 38+133+205=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #2685CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685CD is #D97A32. Grayscale: #707070. Windows color (decimal): -14252595 or 13468966. OLE color: 13468966.

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

Color convert

RGB 38 133 205 -
CMYK 0.81 0.35 0 0.20
HSL 205.87º 0.69% 0.48% -
HSV(B) 205.87º 0.81% 0.8% -
XYZ 20.21 21.59 60.86 -
YUV 112.8 180.03 74.65 -
System Red Green Blue C M Y K H S L
Decimal 38 133 205 0.81 0.35 0 0.20 205.87 0.69 0.48
Hex 26 85 CD 51 23 0 14 CE 45 30
Octal 46 205 315 121 43 0 24 316 105 60
Binary 100110 10000101 11001101 1010001 100011 0 10100 11001110 1000101 110000

Color Harmonies of #2685CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685CD

Black with #2685CD

Text Example


Text Example

White with #2685CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2685CD; }

 p { color: rgb(38,133,205); }

 H1.HeaderClassName
 {
   color: #2685CD;
 }
 .AnyTagClassName
 {
   color: #2685CD;
 }
</style>

background-color css

<style>
 a { background-color: #2685CD; }

 a { background-color: rgb(38,133,205); }

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

border-color css

<style>
 span { border-color: #2685CD; }

 span { border-color: rgb(38,133,205); }

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