Html Css Color HEX #2387CC Curious Blue

📋 copy color: '#2387CC'

red 35 ◦ green 135 ◦ blue 204

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

Shades of Curious Blue #2387CC

Tints of Curious Blue #2387CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 9.36%
G = 36.1%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2387CC (or 0x2387CC) is known color: Curious Blue. HEX triplet: 23, 87 and CC. RGB value is (35,135,204). Sum of RGB (Red+Green+Blue) = 35+135+204=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2387CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2387CC is #DC7833. Grayscale: #707070. Windows color (decimal): -14448692 or 13403939. OLE color: 13403939.

HSL color Cylindrical-coordinate representation of color #2387CC: hue angle of 204.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2387CC is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 135 204 -
CMYK 0.83 0.34 0 0.2
HSL 204.5º 0.71% 0.47% -
HSV(B) 204.5º 0.83% 0.8% -
XYZ 20.26 22.04 60.31 -
YUV 112.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 35 135 204 0.83 0.34 0 0.2 204.5 0.71 0.47
Hex 23 87 CC 53 22 0 14 CC 47 2F
Octal 43 207 314 123 42 0 24 314 107 57
Binary 100011 10000111 11001100 1010011 100010 0 10100 11001100 1000111 101111

Color Harmonies of #2387CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2387CC

Black with #2387CC

Text Example


Text Example

White with #2387CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2387CC; }

 p { color: rgb(35,135,204); }

 H1.HeaderClassName
 {
   color: #2387CC;
 }
 .AnyTagClassName
 {
   color: #2387CC;
 }
</style>

background-color css

<style>
 a { background-color: #2387CC; }

 a { background-color: rgb(35,135,204); }

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

border-color css

<style>
 span { border-color: #2387CC; }

 span { border-color: rgb(35,135,204); }

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