Html Css Color HEX #046BFA Dodger Blue

📋 copy color: '#046BFA'

red 4 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #046BFA

Tints of Dodger Blue #046BFA

RGB

 RED value IS 4 (1.95% from 255) = 1.11%

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 1.11%
G = 29.64%
B = 69.25%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#046BFA (or 0x046BFA) is known color: Dodger Blue. HEX triplet: 04, 6B and FA. RGB value is (4,107,250). Sum of RGB (Red+Green+Blue) = 4+107+250=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #046BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BFA is #FB9405. Grayscale: #5B5B5B. Windows color (decimal): -16487430 or 16411396. OLE color: 16411396.

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

Color convert

RGB 4 107 250 -
CMYK 0.98 0.57 0 0.02
HSL 214.88º 0.97% 0.5% -
HSV(B) 214.88º 0.98% 0.98% -
XYZ 22.56 17.44 92.62 -
YUV 92.51 216.88 64.87 -
System Red Green Blue C M Y K H S L
Decimal 4 107 250 0.98 0.57 0 0.02 214.88 0.97 0.5
Hex 4 6B FA 62 39 0 2 D7 61 32
Octal 4 153 372 142 71 0 2 327 141 62
Binary 100 1101011 11111010 1100010 111001 0 10 11010111 1100001 110010

Color Harmonies of #046BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BFA

Black with #046BFA

Text Example


Text Example

White with #046BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,250); }

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

background-color css

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

 a { background-color: rgb(4,107,250); }

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

border-color css

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

 span { border-color: rgb(4,107,250); }

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