Html Css Color HEX #2388CC Curious Blue

📋 copy color: '#2388CC'

red 35 ◦ green 136 ◦ blue 204

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

Shades of Curious Blue #2388CC

Tints of Curious Blue #2388CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 9.33%
G = 36.27%
B = 54.4%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2388CC (or 0x2388CC) is known color: Curious Blue. HEX triplet: 23, 88 and CC. RGB value is (35,136,204). Sum of RGB (Red+Green+Blue) = 35+136+204=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2388CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388CC is #DC7733. Grayscale: #717171. Windows color (decimal): -14448436 or 13404195. OLE color: 13404195.

HSL color Cylindrical-coordinate representation of color #2388CC: hue angle of 204.14º 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 #2388CC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 136 204 -
CMYK 0.83 0.33 0 0.2
HSL 204.14º 0.71% 0.47% -
HSV(B) 204.14º 0.83% 0.8% -
XYZ 20.4 22.33 60.36 -
YUV 113.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 35 136 204 0.83 0.33 0 0.2 204.14 0.71 0.47
Hex 23 88 CC 53 21 0 14 CC 47 2F
Octal 43 210 314 123 41 0 24 314 107 57
Binary 100011 10001000 11001100 1010011 100001 0 10100 11001100 1000111 101111

Color Harmonies of #2388CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2388CC

Black with #2388CC

Text Example


Text Example

White with #2388CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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