Html Css Color HEX #297BFA Dodger Blue

📋 copy color: '#297BFA'

red 41 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #297BFA

Tints of Dodger Blue #297BFA

RGB

 RED value IS 41 (16.41% from 255) = 9.9%

 GREEN value IS 123 (48.44% from 255) = 29.71%

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 9.9%
G = 29.71%
B = 60.39%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#297BFA (or 0x297BFA) is known color: Dodger Blue. HEX triplet: 29, 7B and FA. RGB value is (41,123,250). Sum of RGB (Red+Green+Blue) = 41+123+250=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #297BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BFA is #D68405. Grayscale: #707070. Windows color (decimal): -14058502 or 16415529. OLE color: 16415529.

HSL color Cylindrical-coordinate representation of color #297BFA: hue angle of 216.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297BFA is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 123 250 -
CMYK 0.84 0.51 0 0.02
HSL 216.46º 0.95% 0.57% -
HSV(B) 216.46º 0.84% 0.98% -
XYZ 25.25 21.54 93.27 -
YUV 112.96 205.33 76.67 -
System Red Green Blue C M Y K H S L
Decimal 41 123 250 0.84 0.51 0 0.02 216.46 0.95 0.57
Hex 29 7B FA 54 33 0 2 D8 5F 39
Octal 51 173 372 124 63 0 2 330 137 71
Binary 101001 1111011 11111010 1010100 110011 0 10 11011000 1011111 111001

Color Harmonies of #297BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BFA

Black with #297BFA

Text Example


Text Example

White with #297BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297BFA; }

 p { color: rgb(41,123,250); }

 H1.HeaderClassName
 {
   color: #297BFA;
 }
 .AnyTagClassName
 {
   color: #297BFA;
 }
</style>

background-color css

<style>
 a { background-color: #297BFA; }

 a { background-color: rgb(41,123,250); }

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

border-color css

<style>
 span { border-color: #297BFA; }

 span { border-color: rgb(41,123,250); }

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