Html Css Color HEX #238AD6 Curious Blue

📋 copy color: '#238AD6'

red 35 ◦ green 138 ◦ blue 214

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

Shades of Curious Blue #238AD6

Tints of Curious Blue #238AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.3%

R = 9.04%
G = 35.66%
B = 55.3%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#238AD6 (or 0x238AD6) is known color: Curious Blue. HEX triplet: 23, 8A and D6. RGB value is (35,138,214). Sum of RGB (Red+Green+Blue) = 35+138+214=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #238AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238AD6 is #DC7529. Grayscale: #737373. Windows color (decimal): -14447914 or 14060067. OLE color: 14060067.

HSL color Cylindrical-coordinate representation of color #238AD6: hue angle of 205.47º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238AD6 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 138 214 -
CMYK 0.84 0.36 0 0.16
HSL 205.47º 0.72% 0.49% -
HSV(B) 205.47º 0.84% 0.84% -
XYZ 21.92 23.39 66.98 -
YUV 115.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 35 138 214 0.84 0.36 0 0.16 205.47 0.72 0.49
Hex 23 8A D6 54 24 0 10 CD 48 31
Octal 43 212 326 124 44 0 20 315 110 61
Binary 100011 10001010 11010110 1010100 100100 0 10000 11001101 1001000 110001

Color Harmonies of #238AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AD6

Black with #238AD6

Text Example


Text Example

White with #238AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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