Html Css Color HEX #237DB4 Curious Blue

📋 copy color: '#237DB4'

red 35 ◦ green 125 ◦ blue 180

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

Shades of Curious Blue #237DB4

Tints of Curious Blue #237DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 10.29%
G = 36.76%
B = 52.94%

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

#237DB4 (or 0x237DB4) is known color: Curious Blue. HEX triplet: 23, 7D and B4. RGB value is (35,125,180). Sum of RGB (Red+Green+Blue) = 35+125+180=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #237DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DB4 is #DC824B. Grayscale: #686868. Windows color (decimal): -14451276 or 11828515. OLE color: 11828515.

HSL color Cylindrical-coordinate representation of color #237DB4: hue angle of 202.76º degrees, saturation: 0.67, 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 #237DB4 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 125 180 -
CMYK 0.81 0.31 0 0.29
HSL 202.76º 0.67% 0.42% -
HSV(B) 202.76º 0.81% 0.71% -
XYZ 16.26 18.32 45.86 -
YUV 104.36 170.68 78.53 -
System Red Green Blue C M Y K H S L
Decimal 35 125 180 0.81 0.31 0 0.29 202.76 0.67 0.42
Hex 23 7D B4 51 1F 0 1D CB 43 2A
Octal 43 175 264 121 37 0 35 313 103 52
Binary 100011 1111101 10110100 1010001 11111 0 11101 11001011 1000011 101010

Color Harmonies of #237DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DB4

Black with #237DB4

Text Example


Text Example

White with #237DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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