Html Css Color HEX #237DCB Curious Blue

📋 copy color: '#237DCB'

red 35 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #237DCB

Tints of Curious Blue #237DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 9.64%
G = 34.44%
B = 55.92%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#237DCB (or 0x237DCB) is known color: Curious Blue. HEX triplet: 23, 7D and CB. RGB value is (35,125,203). Sum of RGB (Red+Green+Blue) = 35+125+203=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #237DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DCB is #DC8234. Grayscale: #6A6A6A. Windows color (decimal): -14451253 or 13335843. OLE color: 13335843.

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

Color convert

RGB 35 125 203 -
CMYK 0.83 0.38 0 0.20
HSL 207.86º 0.71% 0.47% -
HSV(B) 207.86º 0.83% 0.8% -
XYZ 18.81 19.34 59.24 -
YUV 106.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 35 125 203 0.83 0.38 0 0.20 207.86 0.71 0.47
Hex 23 7D CB 53 26 0 14 D0 47 2F
Octal 43 175 313 123 46 0 24 320 107 57
Binary 100011 1111101 11001011 1010011 100110 0 10100 11010000 1000111 101111

Color Harmonies of #237DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DCB

Black with #237DCB

Text Example


Text Example

White with #237DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237DCB; }

 p { color: rgb(35,125,203); }

 H1.HeaderClassName
 {
   color: #237DCB;
 }
 .AnyTagClassName
 {
   color: #237DCB;
 }
</style>

background-color css

<style>
 a { background-color: #237DCB; }

 a { background-color: rgb(35,125,203); }

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

border-color css

<style>
 span { border-color: #237DCB; }

 span { border-color: rgb(35,125,203); }

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