Html Css Color HEX #2D85BE Curious Blue

📋 copy color: '#2D85BE'

red 45 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #2D85BE

Tints of Curious Blue #2D85BE

RGB

 RED value IS 45 (17.97% from 255) = 12.23%

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 12.23%
G = 36.14%
B = 51.63%

CMYK

 C value IS 0.76

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D85BE (or 0x2D85BE) is known color: Curious Blue. HEX triplet: 2D, 85 and BE. RGB value is (45,133,190). Sum of RGB (Red+Green+Blue) = 45+133+190=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D85BE is #D27A41. Grayscale: #707070. Windows color (decimal): -13793858 or 12485933. OLE color: 12485933.

HSL color Cylindrical-coordinate representation of color #2D85BE: hue angle of 203.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D85BE is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 133 190 -
CMYK 0.76 0.3 0 0.25
HSL 203.59º 0.62% 0.46% -
HSV(B) 203.59º 0.76% 0.75% -
XYZ 18.76 21.05 51.79 -
YUV 113.19 171.35 79.37 -
System Red Green Blue C M Y K H S L
Decimal 45 133 190 0.76 0.3 0 0.25 203.59 0.62 0.46
Hex 2D 85 BE 4C 1E 0 19 CC 3E 2E
Octal 55 205 276 114 36 0 31 314 76 56
Binary 101101 10000101 10111110 1001100 11110 0 11001 11001100 111110 101110

Color Harmonies of #2D85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D85BE

Black with #2D85BE

Text Example


Text Example

White with #2D85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D85BE; }

 p { color: rgb(45,133,190); }

 H1.HeaderClassName
 {
   color: #2D85BE;
 }
 .AnyTagClassName
 {
   color: #2D85BE;
 }
</style>

background-color css

<style>
 a { background-color: #2D85BE; }

 a { background-color: rgb(45,133,190); }

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

border-color css

<style>
 span { border-color: #2D85BE; }

 span { border-color: rgb(45,133,190); }

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