Html Css Color HEX #256EFA Dodger Blue

📋 copy color: '#256EFA'

red 37 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #256EFA

Tints of Dodger Blue #256EFA

RGB

 RED value IS 37 (14.84% from 255) = 9.32%

 GREEN value IS 110 (43.36% from 255) = 27.71%

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

R = 9.32%
G = 27.71%
B = 62.97%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#256EFA (or 0x256EFA) is known color: Dodger Blue. HEX triplet: 25, 6E and FA. RGB value is (37,110,250). Sum of RGB (Red+Green+Blue) = 37+110+250=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #256EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EFA is #DA9105. Grayscale: #676767. Windows color (decimal): -14323974 or 16412197. OLE color: 16412197.

HSL color Cylindrical-coordinate representation of color #256EFA: hue angle of 219.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256EFA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 110 250 -
CMYK 0.85 0.56 0 0.02
HSL 219.44º 0.96% 0.56% -
HSV(B) 219.44º 0.85% 0.98% -
XYZ 23.59 18.45 92.76 -
YUV 104.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 37 110 250 0.85 0.56 0 0.02 219.44 0.96 0.56
Hex 25 6E FA 55 38 0 2 DB 60 38
Octal 45 156 372 125 70 0 2 333 140 70
Binary 100101 1101110 11111010 1010101 111000 0 10 11011011 1100000 111000

Color Harmonies of #256EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EFA

Black with #256EFA

Text Example


Text Example

White with #256EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256EFA; }

 p { color: rgb(37,110,250); }

 H1.HeaderClassName
 {
   color: #256EFA;
 }
 .AnyTagClassName
 {
   color: #256EFA;
 }
</style>

background-color css

<style>
 a { background-color: #256EFA; }

 a { background-color: rgb(37,110,250); }

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

border-color css

<style>
 span { border-color: #256EFA; }

 span { border-color: rgb(37,110,250); }

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