Html Css Color HEX #237DB5 Curious Blue

📋 copy color: '#237DB5'

red 35 ◦ green 125 ◦ blue 181

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

Shades of Curious Blue #237DB5

Tints of Curious Blue #237DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.08%

R = 10.26%
G = 36.66%
B = 53.08%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#237DB5 (or 0x237DB5) is known color: Curious Blue. HEX triplet: 23, 7D and B5. RGB value is (35,125,181). Sum of RGB (Red+Green+Blue) = 35+125+181=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #237DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DB5 is #DC824A. Grayscale: #686868. Windows color (decimal): -14451275 or 11894051. OLE color: 11894051.

HSL color Cylindrical-coordinate representation of color #237DB5: hue angle of 203.01º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237DB5 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 125 181 -
CMYK 0.81 0.31 0 0.29
HSL 203.01º 0.68% 0.42% -
HSV(B) 203.01º 0.81% 0.71% -
XYZ 16.37 18.36 46.4 -
YUV 104.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 35 125 181 0.81 0.31 0 0.29 203.01 0.68 0.42
Hex 23 7D B5 51 1F 0 1D CB 44 2A
Octal 43 175 265 121 37 0 35 313 104 52
Binary 100011 1111101 10110101 1010001 11111 0 11101 11001011 1000100 101010

Color Harmonies of #237DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DB5

Black with #237DB5

Text Example


Text Example

White with #237DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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