Html Css Color HEX #307EFE Dodger Blue

📋 copy color: '#307EFE'

red 48 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #307EFE

Tints of Dodger Blue #307EFE

RGB

 RED value IS 48 (19.14% from 255) = 11.21%

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 11.21%
G = 29.44%
B = 59.35%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#307EFE (or 0x307EFE) is known color: Dodger Blue. HEX triplet: 30, 7E and FE. RGB value is (48,126,254). Sum of RGB (Red+Green+Blue) = 48+126+254=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #307EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307EFE is #CF8101. Grayscale: #747474. Windows color (decimal): -13598978 or 16678448. OLE color: 16678448.

HSL color Cylindrical-coordinate representation of color #307EFE: hue angle of 217.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307EFE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 126 254 -
CMYK 0.81 0.50 0 0.00
HSL 217.28º 0.99% 0.59% -
HSV(B) 217.28º 0.81% 1% -
XYZ 26.57 22.71 96.75 -
YUV 117.27 205.16 78.59 -
System Red Green Blue C M Y K H S L
Decimal 48 126 254 0.81 0.50 0 0.00 217.28 0.99 0.59
Hex 30 7E FE 51 32 0 0 D9 63 3B
Octal 60 176 376 121 62 0 0 331 143 73
Binary 110000 1111110 11111110 1010001 110010 0 0 11011001 1100011 111011

Color Harmonies of #307EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EFE

Black with #307EFE

Text Example


Text Example

White with #307EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307EFE; }

 p { color: rgb(48,126,254); }

 H1.HeaderClassName
 {
   color: #307EFE;
 }
 .AnyTagClassName
 {
   color: #307EFE;
 }
</style>

background-color css

<style>
 a { background-color: #307EFE; }

 a { background-color: rgb(48,126,254); }

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

border-color css

<style>
 span { border-color: #307EFE; }

 span { border-color: rgb(48,126,254); }

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