Html Css Color HEX #237EBD Curious Blue

📋 copy color: '#237EBD'

red 35 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #237EBD

Tints of Curious Blue #237EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 10%
G = 36%
B = 54%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#237EBD (or 0x237EBD) is known color: Curious Blue. HEX triplet: 23, 7E and BD. RGB value is (35,126,189). Sum of RGB (Red+Green+Blue) = 35+126+189=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #237EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EBD is #DC8142. Grayscale: #696969. Windows color (decimal): -14451011 or 12418595. OLE color: 12418595.

HSL color Cylindrical-coordinate representation of color #237EBD: hue angle of 204.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237EBD is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 126 189 -
CMYK 0.81 0.33 0 0.26
HSL 204.55º 0.69% 0.44% -
HSV(B) 204.55º 0.81% 0.74% -
XYZ 17.34 18.95 50.89 -
YUV 105.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 35 126 189 0.81 0.33 0 0.26 204.55 0.69 0.44
Hex 23 7E BD 51 21 0 1A CD 45 2C
Octal 43 176 275 121 41 0 32 315 105 54
Binary 100011 1111110 10111101 1010001 100001 0 11010 11001101 1000101 101100

Color Harmonies of #237EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237EBD

Black with #237EBD

Text Example


Text Example

White with #237EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,126,189); }

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

background-color css

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

 a { background-color: rgb(35,126,189); }

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

border-color css

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

 span { border-color: rgb(35,126,189); }

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