Html Css Color HEX #2375DA Royal Blue

📋 copy color: '#2375DA'

red 35 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #2375DA

Tints of Royal Blue #2375DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 9.46%
G = 31.62%
B = 58.92%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2375DA (or 0x2375DA) is known color: Royal Blue. HEX triplet: 23, 75 and DA. RGB value is (35,117,218). Sum of RGB (Red+Green+Blue) = 35+117+218=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #2375DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375DA is #DC8A25. Grayscale: #676767. Windows color (decimal): -14453286 or 14316835. OLE color: 14316835.

HSL color Cylindrical-coordinate representation of color #2375DA: hue angle of 213.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2375DA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 117 218 -
CMYK 0.84 0.46 0 0.15
HSL 213.11º 0.72% 0.5% -
HSV(B) 213.11º 0.84% 0.85% -
XYZ 19.71 18.14 68.79 -
YUV 104 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 35 117 218 0.84 0.46 0 0.15 213.11 0.72 0.5
Hex 23 75 DA 54 2E 0 F D5 48 32
Octal 43 165 332 124 56 0 17 325 110 62
Binary 100011 1110101 11011010 1010100 101110 0 1111 11010101 1001000 110010

Color Harmonies of #2375DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375DA

Black with #2375DA

Text Example


Text Example

White with #2375DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2375DA; }

 p { color: rgb(35,117,218); }

 H1.HeaderClassName
 {
   color: #2375DA;
 }
 .AnyTagClassName
 {
   color: #2375DA;
 }
</style>

background-color css

<style>
 a { background-color: #2375DA; }

 a { background-color: rgb(35,117,218); }

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

border-color css

<style>
 span { border-color: #2375DA; }

 span { border-color: rgb(35,117,218); }

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