Html Css Color HEX #237FD2 Curious Blue

📋 copy color: '#237FD2'

red 35 ◦ green 127 ◦ blue 210

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

Shades of Curious Blue #237FD2

Tints of Curious Blue #237FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 210 (82.42% from 255) = 56.45%

R = 9.41%
G = 34.14%
B = 56.45%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#237FD2 (or 0x237FD2) is known color: Curious Blue. HEX triplet: 23, 7F and D2. RGB value is (35,127,210). Sum of RGB (Red+Green+Blue) = 35+127+210=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #237FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FD2 is #DC802D. Grayscale: #6C6C6C. Windows color (decimal): -14450734 or 13795107. OLE color: 13795107.

HSL color Cylindrical-coordinate representation of color #237FD2: hue angle of 208.46º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237FD2 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 127 210 -
CMYK 0.83 0.40 0 0.18
HSL 208.46º 0.71% 0.48% -
HSV(B) 208.46º 0.83% 0.82% -
XYZ 19.92 20.19 63.82 -
YUV 108.95 185.02 75.25 -
System Red Green Blue C M Y K H S L
Decimal 35 127 210 0.83 0.40 0 0.18 208.46 0.71 0.48
Hex 23 7F D2 53 28 0 12 D0 47 30
Octal 43 177 322 123 50 0 22 320 107 60
Binary 100011 1111111 11010010 1010011 101000 0 10010 11010000 1000111 110000

Color Harmonies of #237FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237FD2

Black with #237FD2

Text Example


Text Example

White with #237FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,127,210); }

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

background-color css

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

 a { background-color: rgb(35,127,210); }

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

border-color css

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

 span { border-color: rgb(35,127,210); }

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