Html Css Color HEX #238BCD Curious Blue

📋 copy color: '#238BCD'

red 35 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #238BCD

Tints of Curious Blue #238BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 9.23%
G = 36.68%
B = 54.09%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#238BCD (or 0x238BCD) is known color: Curious Blue. HEX triplet: 23, 8B and CD. RGB value is (35,139,205). Sum of RGB (Red+Green+Blue) = 35+139+205=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #238BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BCD is #DC7432. Grayscale: #737373. Windows color (decimal): -14447667 or 13470499. OLE color: 13470499.

HSL color Cylindrical-coordinate representation of color #238BCD: hue angle of 203.29º 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 #238BCD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 139 205 -
CMYK 0.83 0.32 0 0.20
HSL 203.29º 0.71% 0.47% -
HSV(B) 203.29º 0.83% 0.8% -
XYZ 20.95 23.23 61.14 -
YUV 115.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 35 139 205 0.83 0.32 0 0.20 203.29 0.71 0.47
Hex 23 8B CD 53 20 0 14 CB 47 2F
Octal 43 213 315 123 40 0 24 313 107 57
Binary 100011 10001011 11001101 1010011 100000 0 10100 11001011 1000111 101111

Color Harmonies of #238BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BCD

Black with #238BCD

Text Example


Text Example

White with #238BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,205); }

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

background-color css

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

 a { background-color: rgb(35,139,205); }

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

border-color css

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

 span { border-color: rgb(35,139,205); }

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