Html Css Color HEX #2685BC Curious Blue

📋 copy color: '#2685BC'

red 38 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #2685BC

Tints of Curious Blue #2685BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 10.58%
G = 37.05%
B = 52.37%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2685BC (or 0x2685BC) is known color: Curious Blue. HEX triplet: 26, 85 and BC. RGB value is (38,133,188). Sum of RGB (Red+Green+Blue) = 38+133+188=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2685BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685BC is #D97A43. Grayscale: #6E6E6E. Windows color (decimal): -14252612 or 12354854. OLE color: 12354854.

HSL color Cylindrical-coordinate representation of color #2685BC: hue angle of 202º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2685BC is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 133 188 -
CMYK 0.80 0.29 0 0.26
HSL 202º 0.66% 0.44% -
HSV(B) 202º 0.8% 0.74% -
XYZ 18.26 20.82 50.63 -
YUV 110.87 171.53 76.03 -
System Red Green Blue C M Y K H S L
Decimal 38 133 188 0.80 0.29 0 0.26 202 0.66 0.44
Hex 26 85 BC 50 1D 0 1A CA 42 2C
Octal 46 205 274 120 35 0 32 312 102 54
Binary 100110 10000101 10111100 1010000 11101 0 11010 11001010 1000010 101100

Color Harmonies of #2685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685BC

Black with #2685BC

Text Example


Text Example

White with #2685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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