Html Css Color HEX #238FD6 Curious Blue

📋 copy color: '#238FD6'

red 35 ◦ green 143 ◦ blue 214

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

Shades of Curious Blue #238FD6

Tints of Curious Blue #238FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

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

R = 8.93%
G = 36.48%
B = 54.59%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#238FD6 (or 0x238FD6) is known color: Curious Blue. HEX triplet: 23, 8F and D6. RGB value is (35,143,214). Sum of RGB (Red+Green+Blue) = 35+143+214=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #238FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FD6 is #DC7029. Grayscale: #767676. Windows color (decimal): -14446634 or 14061347. OLE color: 14061347.

HSL color Cylindrical-coordinate representation of color #238FD6: hue angle of 203.8º 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 #238FD6 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 143 214 -
CMYK 0.84 0.33 0 0.16
HSL 203.8º 0.72% 0.49% -
HSV(B) 203.8º 0.84% 0.84% -
XYZ 22.65 24.86 67.22 -
YUV 118.8 181.72 68.23 -
System Red Green Blue C M Y K H S L
Decimal 35 143 214 0.84 0.33 0 0.16 203.8 0.72 0.49
Hex 23 8F D6 54 21 0 10 CC 48 31
Octal 43 217 326 124 41 0 20 314 110 61
Binary 100011 10001111 11010110 1010100 100001 0 10000 11001100 1001000 110001

Color Harmonies of #238FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FD6

Black with #238FD6

Text Example


Text Example

White with #238FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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