Html Css Color HEX #2374DA Royal Blue

📋 copy color: '#2374DA'

red 35 ◦ green 116 ◦ blue 218

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

Shades of Royal Blue #2374DA

Tints of Royal Blue #2374DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 9.49%
G = 31.44%
B = 59.08%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2374DA (or 0x2374DA) is known color: Royal Blue. HEX triplet: 23, 74 and DA. RGB value is (35,116,218). Sum of RGB (Red+Green+Blue) = 35+116+218=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #2374DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374DA is #DC8B25. Grayscale: #666666. Windows color (decimal): -14453542 or 14316579. OLE color: 14316579.

HSL color Cylindrical-coordinate representation of color #2374DA: hue angle of 213.44º 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 #2374DA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 116 218 -
CMYK 0.84 0.47 0 0.15
HSL 213.44º 0.72% 0.5% -
HSV(B) 213.44º 0.84% 0.85% -
XYZ 19.59 17.91 68.75 -
YUV 103.41 192.66 79.21 -
System Red Green Blue C M Y K H S L
Decimal 35 116 218 0.84 0.47 0 0.15 213.44 0.72 0.5
Hex 23 74 DA 54 2F 0 F D5 48 32
Octal 43 164 332 124 57 0 17 325 110 62
Binary 100011 1110100 11011010 1010100 101111 0 1111 11010101 1001000 110010

Color Harmonies of #2374DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374DA

Black with #2374DA

Text Example


Text Example

White with #2374DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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