Html Css Color HEX #2385BE Curious Blue

📋 copy color: '#2385BE'

red 35 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #2385BE

Tints of Curious Blue #2385BE

RGB

 RED value IS 35 (14.06% from 255) = 9.78%

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

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

R = 9.78%
G = 37.15%
B = 53.07%

CMYK

 C value IS 0.82

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2385BE (or 0x2385BE) is known color: Curious Blue. HEX triplet: 23, 85 and BE. RGB value is (35,133,190). Sum of RGB (Red+Green+Blue) = 35+133+190=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2385BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385BE is #DC7A41. Grayscale: #6D6D6D. Windows color (decimal): -14449218 or 12485923. OLE color: 12485923.

HSL color Cylindrical-coordinate representation of color #2385BE: hue angle of 202.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2385BE is Cyan = 0.82, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 133 190 -
CMYK 0.82 0.3 0 0.25
HSL 202.06º 0.69% 0.44% -
HSV(B) 202.06º 0.82% 0.75% -
XYZ 18.37 20.85 51.77 -
YUV 110.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 35 133 190 0.82 0.3 0 0.25 202.06 0.69 0.44
Hex 23 85 BE 52 1E 0 19 CA 45 2C
Octal 43 205 276 122 36 0 31 312 105 54
Binary 100011 10000101 10111110 1010010 11110 0 11001 11001010 1000101 101100

Color Harmonies of #2385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385BE

Black with #2385BE

Text Example


Text Example

White with #2385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2385BE; }

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

 H1.HeaderClassName
 {
   color: #2385BE;
 }
 .AnyTagClassName
 {
   color: #2385BE;
 }
</style>

background-color css

<style>
 a { background-color: #2385BE; }

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

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

border-color css

<style>
 span { border-color: #2385BE; }

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

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