Html Css Color HEX #237DCD Curious Blue

📋 copy color: '#237DCD'

red 35 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #237DCD

Tints of Curious Blue #237DCD

RGB

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

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

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

R = 9.59%
G = 34.25%
B = 56.16%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#237DCD (or 0x237DCD) is known color: Curious Blue. HEX triplet: 23, 7D and CD. RGB value is (35,125,205). Sum of RGB (Red+Green+Blue) = 35+125+205=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #237DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DCD is #DC8232. Grayscale: #6A6A6A. Windows color (decimal): -14451251 or 13466915. OLE color: 13466915.

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

Color convert

RGB 35 125 205 -
CMYK 0.83 0.39 0 0.20
HSL 208.24º 0.71% 0.47% -
HSV(B) 208.24º 0.83% 0.8% -
XYZ 19.05 19.43 60.5 -
YUV 107.21 183.18 76.5 -
System Red Green Blue C M Y K H S L
Decimal 35 125 205 0.83 0.39 0 0.20 208.24 0.71 0.47
Hex 23 7D CD 53 27 0 14 D0 47 2F
Octal 43 175 315 123 47 0 24 320 107 57
Binary 100011 1111101 11001101 1010011 100111 0 10100 11010000 1000111 101111

Color Harmonies of #237DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DCD

Black with #237DCD

Text Example


Text Example

White with #237DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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