Html Css Color HEX #238ACE Curious Blue

📋 copy color: '#238ACE'

red 35 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #238ACE

Tints of Curious Blue #238ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 9.23%
G = 36.41%
B = 54.35%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#238ACE (or 0x238ACE) is known color: Curious Blue. HEX triplet: 23, 8A and CE. RGB value is (35,138,206). Sum of RGB (Red+Green+Blue) = 35+138+206=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #238ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ACE is #DC7531. Grayscale: #727272. Windows color (decimal): -14447922 or 13535779. OLE color: 13535779.

HSL color Cylindrical-coordinate representation of color #238ACE: hue angle of 203.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238ACE is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 138 206 -
CMYK 0.83 0.33 0 0.19
HSL 203.86º 0.71% 0.47% -
HSV(B) 203.86º 0.83% 0.81% -
XYZ 20.92 22.99 61.73 -
YUV 114.96 179.38 70.97 -
System Red Green Blue C M Y K H S L
Decimal 35 138 206 0.83 0.33 0 0.19 203.86 0.71 0.47
Hex 23 8A CE 53 21 0 13 CC 47 2F
Octal 43 212 316 123 41 0 23 314 107 57
Binary 100011 10001010 11001110 1010011 100001 0 10011 11001100 1000111 101111

Color Harmonies of #238ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238ACE

Black with #238ACE

Text Example


Text Example

White with #238ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238ACE; }

 p { color: rgb(35,138,206); }

 H1.HeaderClassName
 {
   color: #238ACE;
 }
 .AnyTagClassName
 {
   color: #238ACE;
 }
</style>

background-color css

<style>
 a { background-color: #238ACE; }

 a { background-color: rgb(35,138,206); }

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

border-color css

<style>
 span { border-color: #238ACE; }

 span { border-color: rgb(35,138,206); }

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